You can drag a form from the Database window onto your Windows desktop, to
act as a shortcut to start the database and fire off this form. However,
that approach will show the database window.
Using API code, it is possible (though messy) to hide the main Access
window. Details in:
Manipulate Access Window
at:
http://www.mvps.org/access/api/api0019.htm
Note that a form normally opens as a child window of the main Access window,
so if you hide OMAIN, your form will not show either. You could try settting
the form's Popup property to Yes, so it opens as a standalone form and not a
child of the Access window.
--
Allen Browne - Microsoft MVP. Perth, Western Australia.
Tips for Access users -
http://allenbrowne.com/tips.html
Reply to group, rather than allenbrowne at mvps dot org.
"rerailer" <(E-Mail Removed)> wrote in message
news:10594538-46C6-46E5-AFAA-(E-Mail Removed)...
>I want to create a shortcut to the desktop for a switchboard. I want only
> the switchboard, and not the entire access program pane to open when I
> click
> this shortcut. How do I do this?