rollingzep
Board Regular
- Joined
- Nov 18, 2013
- Messages
- 224
- Office Version
- 365
- Platform
- Windows
Hi,
I have inherited an Access database. When I open the database, it triggers few queries before the main form is visible.
I looked for the AutoExec but do not see one.
I see a macro with SendKeys Keystrokes %RR.
What is the above macro for? If this macro does not trigger the queries, is there a way to check the code which triggers this?
If i need to modify the queries or the code behind, how/where do I check?
The code behind this all takes a while to execute all the queries and I need to see if they are all used or if few of them are redundant?
TIA
I have inherited an Access database. When I open the database, it triggers few queries before the main form is visible.
I looked for the AutoExec but do not see one.
I see a macro with SendKeys Keystrokes %RR.
What is the above macro for? If this macro does not trigger the queries, is there a way to check the code which triggers this?
If i need to modify the queries or the code behind, how/where do I check?
The code behind this all takes a while to execute all the queries and I need to see if they are all used or if few of them are redundant?
TIA