L
lex3001
I'd like to write a program to open up several MDBs, retrieve the list of
tables and columns/fields for each MDB, and also retrieve the SQL used for
the Row Source for any of the columns which are designated as Lookup columns.
Is this possible? How?
I can't seem to find the SQL queries used in the Row Source anywhere in the
Msys* tables (can't even find a list of columns in there) and the Access
Object Model also does not appear to have information on columns (no
fields/columns collection in the objects returned by AllTables).
tables and columns/fields for each MDB, and also retrieve the SQL used for
the Row Source for any of the columns which are designated as Lookup columns.
Is this possible? How?
I can't seem to find the SQL queries used in the Row Source anywhere in the
Msys* tables (can't even find a list of columns in there) and the Access
Object Model also does not appear to have information on columns (no
fields/columns collection in the objects returned by AllTables).