mr_connell
New Member
- Joined
- May 15, 2006
- Messages
- 18
Can you create a macro in one database to open a totally different database?
If so...HOW?
If so...HOW?
RetVal = Shell("""" & SysCmd(acSysCmdAccessDir) & "MSACCESS.EXE"" " & _
"g:\apps\JobRecords\RefreshDB.mdb" & " /cmd """ & CurrentDb().Name & _
"""", vbNormalFocus)
Application.Quit