I'm trying to create a switchboard myself. I have all the buttons on it and they work, but how do i make this form appear at the start of the database, so when you double-click at mydb.mdb, the menu-form is the first thing the user gets?
Make sure you are at the database window. Goto tools then startup (i think) and in the window choose the form you want to display on startup. There will be a drop down on the right hand side to choose your form.
You can set this in the menu:
Extra => StartUp
(or something like that, my access-version is in (double)dutch.)
You can also set other start-up opions, the most important being: hide database-window.
May not be the best way of doing things but it tends to work. The echo bit just reduces screen flickering whilst the form maximises. Let me know if it works (and if I have got the echo part correct). If not remove the 1st and 3rd lines and just leave the docmd.maximise in
I'm new at Access but I achieve this by writing a macro and naming it AutoExec which automatically executes at the opening of the database. In this macro I open the switchboard and maximize it.
Hi!!!
bsimm has siplified the matter for you, i am a great believer in databases that are colourful, fun and idiot proof. if you just want to open a form or switchboard form. write a macro
open form
beep (if you want a sound)
maximise
then create a shortcut from the menu to the form concerned, the standard icon for a macro on your desktop looks like a scroll of paper, once you have achieved this edit the descriptive text on the desktop icon and you've done it. if you want the presentation to look good add an opening page with a picture and text background with a command button to continue and a button to quit access, then set your macro to open the opening form instead of a switchboard.mke it colouful and friendly
good luck. regards
john
Bournemouth England
genesis2000ad@yahoo.co.uk
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.