List Table Field Names only

  • Thread starter Thread starter js
  • Start date Start date
J

js

I always forget what the sql is to list only the table
field name, not the data...

thanks
 
This is not supported in ACCESS, but is supported in MS SQL.
 
The only way I know of to accomplish this is to use VB to
interate through the table objects then the field
objects. I don't think this can be done in Access using
SQL.
 

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