T
TonyBongiovi
I want to open another instance of Access from VBA code in a running instance
of Acccess, and I can do that, but how do I prevent Netmeeting from
automatically running and asking the user for their Name, email address,
password etc. and Then running Netmeeting?
The Code I'm running:
stAppName = "C:\Program Files\Microsoft Office 2000\Office\MSACCESS.EXE
/C:\CCDataShopNoticeGeneration\AccessData\AutoInstall.mdb "
Call Shell(stAppName, 1)
Are there comand line switches that will prevent Netmeeting from running?
When I open this database manually Netmeeting does not execute. It only runs
from the VBA command above. I have to prevent it. I don't want Netmeeting to
run at all. It will prevent what I'm trying to do!
Thanks
)
of Acccess, and I can do that, but how do I prevent Netmeeting from
automatically running and asking the user for their Name, email address,
password etc. and Then running Netmeeting?
The Code I'm running:
stAppName = "C:\Program Files\Microsoft Office 2000\Office\MSACCESS.EXE
/C:\CCDataShopNoticeGeneration\AccessData\AutoInstall.mdb "
Call Shell(stAppName, 1)
Are there comand line switches that will prevent Netmeeting from running?
When I open this database manually Netmeeting does not execute. It only runs
from the VBA command above. I have to prevent it. I don't want Netmeeting to
run at all. It will prevent what I'm trying to do!
Thanks