I
iccsi
I tried to use Shell to run another mdb file.
I can run MS Access.EXE, but it seems it does not accept .mdb as
paramater as following code
RetVal = Shell("C:\Program Files\Microsoft Office
\OFFICE11\MSACCESS.EXE D:\Documents and Settings\myuser\Desktop\My App
\MyMDB.mdb", 1)
Are there any way to open .mdb file using Shell command?
Your information is great appreciated,
I can run MS Access.EXE, but it seems it does not accept .mdb as
paramater as following code
RetVal = Shell("C:\Program Files\Microsoft Office
\OFFICE11\MSACCESS.EXE D:\Documents and Settings\myuser\Desktop\My App
\MyMDB.mdb", 1)
Are there any way to open .mdb file using Shell command?
Your information is great appreciated,