Hi Reidar...
I think you are trying to distribute your application, and want to make sure
it hits the right place on every machine, and everyone can see the icon on
their desktop. I did this recently for 150 users, and had to make common
defaults for it to work.
First point
I am assuming you are using Access 97, which is located as
c:\Program Files\Microsoft Office\Office\msaccess.exe
and then your database should be located in a specific directory on their
hard drive, aka
c:\databases\mydatabase_frontend.mdb
then the shortcut command line should read:
(and include all " " quotes)
"c:\Program Files\Microsoft Office\Office\msaccess.exe"
"c:\databases\mydatabase_frontend.mdb"
(all on one line, watch for word wrap)
For other versions of Office, ie Office XP, change the above \Office\ to
\Office10\ ... and so on...
Second Point
Addressing each user's desktop can be very difficult, because they all have
different usernames! That makes automation of copying new versions very
difficult, and even more so when you have 150 users ! BUT, if you want to
place the shortcut in a generic place, then use this shortcut address...
c:\documents and settings\all users\desktop
doing that will place the shortcut icon on every user's desktop, no matter
how many users 'use' the same machine, or which machine they are on.
Make sense?
DubboPete