|
-
July 20th, 1999, 03:06 PM
#1
Running a Access macro without VB app stopping and waiting
I am running a Access macro from a VB app. Do you have any ideas how I can fire this off while continuing to run the VB app?
-
July 21st, 1999, 02:09 AM
#2
Re: Running a Access macro without VB app stopping and waiting
you could run access via the Shell command and pass the macro name on the commandline as in
msaccess.exe /X yourmacronameGoesHere...
This should run Access asynchronously.
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|