Search found 2 matches
- Tue Feb 10, 2009 3:09 pm
- Forum: Beginners
- Topic: Run an Access Macro - VB Script
- Replies: 4
- Views: 6330
Run an Access Macro - VB Script
Thanks. So that I understand, do I just use this one command line: Run>c:\...\msaccess.exe /x macroname where the DB path is defined (including the DB name), and then specify the macro name within the DB for example: Run>c:\Databases\mydb.accdb /x mymacro Do I also use msaccess.exe portion of the st...
- Tue Feb 10, 2009 2:13 pm
- Forum: Beginners
- Topic: Run an Access Macro - VB Script
- Replies: 4
- Views: 6330
Run an Access Macro - VB Script
Hi, I'm new to this product and have been able to achieve much of what I want to by using the forums as well as the built-in help. Can someone help with running an Microsoft Access Macro. I use the following code to run an Excel Macro successfully (see below). I would like to know how to do the same...