

InterviewSolution
Saved Bookmarks
1. |
Solve : Using batch file to run Access VBA modules? |
Answer» Is it possible to create a batch file that will automatically start Access (2000) and run VBA code? I have done it with macros in Access, but not VBA code. ThanksYou MIGHT be able to use the /CMD switch. You could pass data as a command line argument provided your code knew what do with the data. |
|