E
EricY
Hello,
I need to be able to access the SQL code in 500 queries.
Using the code below I am able to access each query object, but I have been
unable to find the property that will enable me to extract the SQL. It's just
a test program that loads a listbox with the info:
Dim accObject As Access.AccessObject
For Each accObject In CodeData.AllQueries
Me.listObjects.AddItem "Query:;" & accObject.Name
Next
Any help greatly appreciated!
Eric.
I need to be able to access the SQL code in 500 queries.
Using the code below I am able to access each query object, but I have been
unable to find the property that will enable me to extract the SQL. It's just
a test program that loads a listbox with the info:
Dim accObject As Access.AccessObject
For Each accObject In CodeData.AllQueries
Me.listObjects.AddItem "Query:;" & accObject.Name
Next
Any help greatly appreciated!
Eric.