Hi,
I'm trying to run an access database from the database already open. The idea is that the user will select the database from a menu option, the new database will open and the current one will close. I've tried using the shell command: shell("C:\Program Files\Microsoft Office\Office11\msaccess.exe" "c:\TestSelect1\Test0910.mde",vbMaximizedFocus) but this keeps failing with the error message: Compile error: Expected list separator
Many thanks for any help,
I'm trying to run an access database from the database already open. The idea is that the user will select the database from a menu option, the new database will open and the current one will close. I've tried using the shell command: shell("C:\Program Files\Microsoft Office\Office11\msaccess.exe" "c:\TestSelect1\Test0910.mde",vbMaximizedFocus) but this keeps failing with the error message: Compile error: Expected list separator
Many thanks for any help,