L
Liz
Is there a way to query the table structures in a database ? One of the
things I need to do is compare Tables A, B, and C and I'd like to be able to
do this without visually inspecting and comparing each field in a back and
forth process ...
Is there a tables collection ? Can you write code something like:
For Each Table in DB
For Each Field in Table
Print [Fieldname]
Next
Next
Ideally, I would like to output all the field names and attributes into a
Master Table ... this is all easy in SQL Server because of the system tables
but I'm lost in Access ....
Thanks in advance for any help ....
L
things I need to do is compare Tables A, B, and C and I'd like to be able to
do this without visually inspecting and comparing each field in a back and
forth process ...
Is there a tables collection ? Can you write code something like:
For Each Table in DB
For Each Field in Table
Print [Fieldname]
Next
Next
Ideally, I would like to output all the field names and attributes into a
Master Table ... this is all easy in SQL Server because of the system tables
but I'm lost in Access ....
Thanks in advance for any help ....
L