DBL
Registered User.
- Local time
- Today, 10:37
- Joined
- Feb 20, 2002
- Messages
- 659
Firstly, I hate the PDW!
I've packaged and deployed a database that installs the database to a folder within the C:\program files. On trying to open the database using the Start Menu shortcut I get the following error:
The command line you used to start Microsoft Access contains an option that Microsoft Access doesn't recognise
The target for the shortcut is:
"C:\Program Files\Microsoft Office\Office\MSACCESS.EXE" """$(AppPath)\Show" Database.mde""
If I change the target to
"C:\Program Files\Microsoft Office\Office\MSACCESS.EXE" "C:\Program Files\Show Database\Show Database.mde"
the shortcut works fine. However, I can't seem to set this as part of the PDW, it only gives me the option to select $(AppPath).
Any ideas?
I've packaged and deployed a database that installs the database to a folder within the C:\program files. On trying to open the database using the Start Menu shortcut I get the following error:
The command line you used to start Microsoft Access contains an option that Microsoft Access doesn't recognise
The target for the shortcut is:
"C:\Program Files\Microsoft Office\Office\MSACCESS.EXE" """$(AppPath)\Show" Database.mde""
If I change the target to
"C:\Program Files\Microsoft Office\Office\MSACCESS.EXE" "C:\Program Files\Show Database\Show Database.mde"
the shortcut works fine. However, I can't seem to set this as part of the PDW, it only gives me the option to select $(AppPath).
Any ideas?