Hi Listers,
I'm very new to MS Access and VB. I inherited Access application and try to find where the queries reside and other objects.
I find the following code on the event commands:
....
Dim stDocName As String
stDocName = "Account Financial Snapshot"
DoCmd.Maximize
DoCmd.OpenQuery stDocName, acNormal, acEdit
....
My newbie question: Is "stDocName" the name of the query? If it is, how can I access to the query?
When I open the application I have only the option of Form design from which I can access to the properties and there is no queries!
Thanks for your input.
PS. It's MS Access 97.
Kader
I'm very new to MS Access and VB. I inherited Access application and try to find where the queries reside and other objects.
I find the following code on the event commands:
....
Dim stDocName As String
stDocName = "Account Financial Snapshot"
DoCmd.Maximize
DoCmd.OpenQuery stDocName, acNormal, acEdit
....
My newbie question: Is "stDocName" the name of the query? If it is, how can I access to the query?
When I open the application I have only the option of Form design from which I can access to the properties and there is no queries!
Thanks for your input.
PS. It's MS Access 97.
Kader