Let' have a look back at the DAO data control's properties by way of comparison with ADO:
The standard DAO data control shown here uses the
property to reference the fully qualified name and location of the database. The .DatabaseName
property tells the control to use the installable ISAM file for connecting with Access (remember that there are options here for Paradox. FoxPro, etc.) And the .Connect
property is the same. We selected Publishers. Notice that the .RecordSource
is 0 - Table. So we include the exact same information to the control, but it is located in different properties. But the ADO data control can do so much more with the same information..RecordsetType