- Joined
- Jul 24, 2013
- Messages
- 4
- Reaction score
- 0
Does anyone know the code to launch another access application (2000) from within an existing application in the read only mode? This is my current code that opens the database with all permissions.
Call Shell("""C:\Program Files\Microsoft Office\OFFICE11\MSACCESS.EXE"" ""f:\common\patty\Training Database.mdb", 1)
Call Shell("""C:\Program Files\Microsoft Office\OFFICE11\MSACCESS.EXE"" ""f:\common\patty\Training Database.mdb", 1)