P
Paul
What code can I use in VBA to open another mdb file?
- We're using Access 2003
- Code would reside in each user's C drive in "C:\Project\Version_check.mdb"
- The file to open would be in the same directory in
"C:\Project\ProjectMgr.mdb"
- In our computers, the access application is located in "C:\Program
Files\Microsoft Office\OFFICE11\MSACCESS.EXE"
I've tried finding the answer on the Web where there are lots of discussions
about using the Shell function, and I've tried several different versions,
but I wasn't able to get it to work.
So what code can I use to open
"C:\Project\Version_check.mdb"
from
"C:\Project\ProjectMgr.mdb"?
Thanks in advance,
Paul
- We're using Access 2003
- Code would reside in each user's C drive in "C:\Project\Version_check.mdb"
- The file to open would be in the same directory in
"C:\Project\ProjectMgr.mdb"
- In our computers, the access application is located in "C:\Program
Files\Microsoft Office\OFFICE11\MSACCESS.EXE"
I've tried finding the answer on the Web where there are lots of discussions
about using the Shell function, and I've tried several different versions,
but I wasn't able to get it to work.
So what code can I use to open
"C:\Project\Version_check.mdb"
from
"C:\Project\ProjectMgr.mdb"?
Thanks in advance,
Paul