[AccessD] Record Count for all tables

Arthur Fuller fuller.artful at gmail.com
Tue Mar 11 12:01:43 CDT 2008


For some odd reason, Access 2003 doesn't like this:

<code>
Set rsTables = CurrentProject.Connection.OpenSchema(adSchemaTables)
</code>

What's strange is that Intellisense likes it fine, but the compiler bitches
about it.

A.



More information about the AccessD mailing list