G
Guest
Want to cycle through all the tables in a database using:
Dim MyTable as TableDef
For i=1 to tables.count
or
For each MyTable in Tables
Can't seem to do it. What is the collection of tables called? Do I need to
set an additional reference to get to the tables collection?
If this can't be done, should I create a datasheet form for each table and
cycle through those? Do they have to be open for that?
Thanks in advance.
Dim MyTable as TableDef
For i=1 to tables.count
or
For each MyTable in Tables
Can't seem to do it. What is the collection of tables called? Do I need to
set an additional reference to get to the tables collection?
If this can't be done, should I create a datasheet form for each table and
cycle through those? Do they have to be open for that?
Thanks in advance.