Re: Field Captions in Access
In sql you can use 'show tables' to get a list of the tables in your database.
With the list of tables you can make a command like
"show columns from -your table-"
Re: Field Captions in Access
Quote:
Originally Posted by
Ritual
In sql you can use 'show tables' to get a list of the tables in your database.
With the list of tables you can make a command like
"show columns from -your table-"
I get an error when I try these commands.
I guess they are not available in Access.
More ideas?