Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations SkipVought on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Get Table Information

Status
Not open for further replies.

Jengo

Programmer
Apr 17, 2000
100
0
0
US
Is their any way to get the table names and column names in a table through an SQL statement in Access 2000? I know SQL Server and Oracle both have them (select table_name from user_tables).
 
No. You need to write code to accomplish that is Access. Using DAO, ADO, ADOX (Schema), and just searching throught the data containers and set a table object to each table. It's really not very difficult, but you can't use SQL.


----------------------
scking@arinc.com
Life is filled with lessons.
We are responsible for the
results of the quizzes.
-----------------------
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top