OK I have that part. Do I put this in the Run Command?
"C:\Documents and Settings\All Users.WINDOWS\Start Menu\Programs\Microsoft
Access.Sales.mdb"
This is only a front end database.
Thanks
DS
What is the actual *name* of the .mdb file? Sales?
What is the actual path to the .mdb file? Surely you don't have a folder named
All Users.WINDOWS?
I'd suggest *something like* - bearing in mind I can't see your computer!! -
"%programfiles%\Microsoft Office\Office11\msaccess.exe" "C:\Documents and
Settings\<some valid path>\Sales.mdb" /excl
You can also add a switch
/x macroname
if you want to execute a specific macro in the database, rather than relying
on the Autoexec macro.
John W. Vinson [MVP]