|
-
Sep 25th, 2003, 07:40 AM
#1
Thread Starter
New Member
listing of msAccess database objects
I'm looking for a solution to get the names of the forms and reports included in an msAccess database
I know how to do to get names of tables and queries with ado or adox but I can't see reports or forms with this method.
Any idea ... ?
Thanks.
-
Sep 25th, 2003, 07:49 AM
#2
Fanatic Member
There is a system table in Access called MSysObjects that lists the objects in the DB. You can run a query on this table returning the name and type fields. I'm not that familiar with the table, but you should be able to look at the name and the type number, then run your query based off the type number to return the forms, reports, etc. that you desire.
Chris
Master Of My Domain
Got A Question? Look Here First
-
Sep 25th, 2003, 08:47 AM
#3
Frenzied Member
If you had searched the forum first...you would have found this thread.
Get a list of all objects in Access Database.
Being educated does not make you intelligent.
Need a weekend getaway??? Come Visit
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|