Field alias

D

Dave

Is there a way that I can query fields in table from a table containing a
list of the field names?

Thank you

Dave
 
D

Duane Hookom

Not in an Access query. You can can table and other object names by querying
the msysobjects table. Fields ain't in there.

There are a lot of examples of code that can retrieve the field names as
well as the documenter.
 
Top