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.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top