ckrogers said:
Since everyone who uses a specific database starts from a shortcut
... is it easy/possible to start with a different switchboard
(different options) for different people?
Thanks for your help!
Cindy
There are two ways of doing this that I can think of.
You can use startup options that are triggered by the shortcut The cmd
is the more direct method, but you will need to be able to do some Visual
Basic Coding. The Macro will run a macro of choice and that can open the
switchboard of your choice.
/cmd
Specifies that what follows on the command line is the value that will be
returned by the Command function. This option must be the last option on the
command line. You can use a semicolon (

as an alternative to /cmd.
Use this option to specify a command-line argument that can be used in
Visual Basic code.
/x macro
Starts Access and runs the specified macro. Another way to run a macro when
you open a database is to use an AutoExec macro.
HOWEVER, it sounds like you have several people accessing the same
database on a server. It also sounds like you have not split the database.
Access likes to be split and it eliminates your whole question.
A split database system consist of a back end database file that
warehouses all the dynamic data on the server. That's all it does. The
second part is the front end that is located on each user's machine. It has
all the forms, reports queries and static data etc. Each front end can be
different for each user.
This split system will usually result in fewer problems, more
versatility and faster response time.