Never mind - I figured it out. Here's my code:
Dim obj As AccessObject, dbs As Object
Open "Capitation_Queries.txt" For Output As #1
Set dbs = Application.CurrentData
For Each obj In dbs.AllQueries
Print #1, "Query: " & obj.Name &...
Hello!
I want to list the sql of all my queries in a database, like the documenter does, except I don't like the way documenter does it.
Is there an object property I can list/iterate through?
Thanks!
alex
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.