JetDeveloper
March 1st, 2005, 12:35 PM
In SQL Server, you can use
SELECT * FROM Information_Schema.tables
to get all the tables in a database.
How would I do the same thing using a query in Access?
Thanks in advance
SELECT * FROM Information_Schema.tables
to get all the tables in a database.
How would I do the same thing using a query in Access?
Thanks in advance