Hi,
I am attempting to write some code to identify all pass-through queries in an Access database, and return a list of all tables & fields used in them.
The problem I have is that when iterating through the Fields collection the Field.ParentTable property only returns the name of the pass-through query, not the name of the underlying database table.
Is there anywhere else I can get this information from?
TIA,
Ed Metcalfe.
Please do not feed the trolls.....
I am attempting to write some code to identify all pass-through queries in an Access database, and return a list of all tables & fields used in them.
The problem I have is that when iterating through the Fields collection the Field.ParentTable property only returns the name of the pass-through query, not the name of the underlying database table.
Is there anywhere else I can get this information from?
TIA,
Ed Metcalfe.
Please do not feed the trolls.....