Could I get a list of all schema objects - tables, forms, queries using a query or tool. I am just looking for a list of schema objects into a textfile. Thanks in advance
You can get much of this by querying the msysObjects table:
SELECT *
FROM msysObjects;
If you need table structures etc you can run the documenter.
Duane MS Access MVP
[green]Ask a great question, get a great answer.[/green] [red]Ask a vague question, get a vague answer.[/red]
[green]Find out how to get great answers faq219-2884.[/green]
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.