List Table Field Names only

J

js

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

thanks
 
A

Andy

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