How to know tht which sequence of queries in macro

danny123

Registered User.
Local time
Today, 14:23
Joined
Jul 21, 2006
Messages
100
Hi There
i am really new to access world
we have a access application in which one macro is defined on the main form which runs the whole application in turn.
how can i know tht in which seq the macro is executing the queries.
i have specifed the prob queries which are not getting executed in macro.
plz help
Best
Danny
 
KeithG said:
Open the macro in desing veiw.
i opened it but it shows the details:
openForm
runCode

and in arg. action
formName-xxx
view-Form
windows mode-normal


how come i knw tht the specific query have been executed or not
thanx for reply
danny
 
It sounds like the developer used this macro to run custom function they have written. Look in the details under run code to find the function name and you can open the module the function is in and see what it does.
 
KeithG said:
It sounds like the developer used this macro to run custom function they have written. Look in the details under run code to find the function name and you can open the module the function is in and see what it does.
thanks it worked.
Best
Neeraj
 

Users who are viewing this thread

Back
Top Bottom