Search found 2 matches
- Tue Feb 20, 2007 11:02 pm
- Forum: Technical / Scripting
- Topic: Help with DoCmd in MS Access
- Replies: 3
- Views: 9915
Great! That worked well for my Access problem, thank-you. However, within the same script, I need to open an excel file, run an excel macro, and save/close the xls. Using both methods you presented above, this is not working for me. For instance, if I use the line: Run>"C:\Program Files\Microsoft Of...
- Fri Feb 16, 2007 12:43 am
- Forum: Technical / Scripting
- Topic: Help with DoCmd in MS Access
- Replies: 3
- Views: 9915
Help with DoCmd in MS Access
I have a basic script that opens an Access database and clicks some buttons on a form to run macros and I want to enhance the script so that if the database form design changes my script will still work. Basically, I need to send the DoCmd.RunMacro command and I'm not sure how to do that. I wrapped ...