How do you create a Desktop Shortcut to a form>

B

BobC

How do I create a windows desktop shortcut icon such that it launches a
specific Access form (frmMainMenu).
 
A

Albert D. Kallal

Open up your database, and view the forms window/tab....

Now, just drag the form from ms-access to your windows desktop...it will
create a shortcut that launches that form....
 
A

Al Campagna

Bob,
The icon's Target would be...
"<path>/MSAccess.exe" "<path>/Your.mdb"
In Access Tools/Startup set the Display Form: to the form you want to
open on startup.
Or...
Create a Macro called AutoExec, and put your OpenForm in there.
(Autoexec is a macro that runs whenever Access opens an .mdb.)
--
hth
Al Campagna
Microsoft Access MVP
http://home.comcast.net/~cccsolutions/index.html

"Find a job that you love... and you'll never work a day in your life."
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top