D
Duane
I am wondering if it is possible to open an different database from a
Command Button? I have tried using the Shell Fucntion. I can open the
MSAccess.exe file without any problems, but not an .mdb file
Dim RetVal
RetVal = Shell("C:\Temp\OTEqualization.mdb", 3) ' Open OTEqual.
Error: Invalid Procedure Call or Argument
Do I need to go about this a totally different way?
Thank you.
Command Button? I have tried using the Shell Fucntion. I can open the
MSAccess.exe file without any problems, but not an .mdb file
Dim RetVal
RetVal = Shell("C:\Temp\OTEqualization.mdb", 3) ' Open OTEqual.
Error: Invalid Procedure Call or Argument
Do I need to go about this a totally different way?
Thank you.