Field alias

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

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

Thank you

Dave
 
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.
 
Back
Top