Problem With Startup page

  • Thread starter Thread starter David Whitaker
  • Start date Start date
D

David Whitaker

I am using my own form as a switchboard, in my startup options I have
unchecked the Display Database Window. It still shows the database window.
Is there a way around this issue, I was using a switchboard that was in
Access but I change my default form to get around an issue that still exist.
Any help is Appreciated
David
 
I do have a form specified in the startup options, for example "myform" is
showing in the window with the checkbox beside "show database window"
unchecked.
Any Ideals?
Graham R Seach said:
David,

If you don't specify a startup form, Access will always display the Database
Window. In Tools --> Startup, enter the name of a form in [Display
Form/Page].

Regards,
Graham R Seach
Microsoft Access MVP
Sydney, Australia

Microsoft Access 2003 VBA Programmer's Reference
http://www.wiley.com/WileyCDA/WileyTitle/productCd-0764559036.html


message news:eT%[email protected]...
I am using my own form as a switchboard, in my startup options I have
unchecked the Display Database Window. It still shows the database window.
Is there a way around this issue, I was using a switchboard that was in
Access but I change my default form to get around an issue that still exist.
Any help is Appreciated
David
 
David,

The only thing that will make the Database Window show up when you've
already specified a startup form, is if something references it. For
example:
DoCmd.SelectObject acTable, , True

I'm afraid you'll have to look around to see what it is.

Regards,
Graham R Seach
Microsoft Access MVP
Sydney, Australia

Microsoft Access 2003 VBA Programmer's Reference
http://www.wiley.com/WileyCDA/WileyTitle/productCd-0764559036.html


David Whitaker said:
I do have a form specified in the startup options, for example "myform" is
showing in the window with the checkbox beside "show database window"
unchecked.
Any Ideals?
Graham R Seach said:
David,

If you don't specify a startup form, Access will always display the Database
Window. In Tools --> Startup, enter the name of a form in [Display
Form/Page].

Regards,
Graham R Seach
Microsoft Access MVP
Sydney, Australia

Microsoft Access 2003 VBA Programmer's Reference
http://www.wiley.com/WileyCDA/WileyTitle/productCd-0764559036.html


message news:eT%[email protected]...
I am using my own form as a switchboard, in my startup options I have
unchecked the Display Database Window. It still shows the database window.
Is there a way around this issue, I was using a switchboard that was in
Access but I change my default form to get around an issue that still exist.
Any help is Appreciated
David
 
Back
Top