NeedHelp
July 20th, 1999, 03:06 PM
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?
|
Click to See Complete Forum and Search --> : Running a Access macro without VB app stopping and waiting NeedHelp July 20th, 1999, 03:06 PM 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? Lothar Haensler July 21st, 1999, 02:09 AM 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. codeguru.com
Copyright Internet.com Inc., All Rights Reserved. |