Is it possible to run default database after starting Access Runtime?

S

sp

I would like to start default database when I start MSACCESS.EXE
(Runtime). Is it possible? How to set the default database?
 
R

Rick Brandt

sp said:
I would like to start default database when I start MSACCESS.EXE
(Runtime). Is it possible? How to set the default database?

You can't. You create a shortcut that points to your file and the runtime
will open it. Or you create a shortcut to MSAccess.exe with the file to
open as an argument.

"path to MSAccess.exe" "path to your file"

One of those two methods must be used with the runtime as the runtime cannot
be opened without specifying a file.
 
Top