how i can display only the form without the MS Access window?

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Hi i want to display my form without Access window?

I have the VB codes but i don't know where to put them?!! do i put them in
open form event or in module? or in both
i want some one take me from the begning

i'll be thankful for ane help
 
Right click on the Access window up towards the top of the box and select
STARTUP
Then enter the form name in the display Form/page field here you can also
restrict the menus that are available to the users
 
go to tools -> startup
uncheck show database window

when the user logs in the window wont show. if you hold in shift while
its loading then these settings will be overridden. no vb needed :)
 
Back
Top