As title really,
I have a form called Contact Lookup, and I'd like it to oen on startup in fullscreen view, I'd also like to set the title to a different caption, and disallow user access to any other form functions.
Private Sub Form_Open(Cancel As Integer)
DoCmd.Maximize
Me.Caption = "My New Caption"
End Sub
However if you set
Modal=Yes
PopUp=Yes
BorderStyle=Dialog
then it will open to the full screen something like screen lock. Prior to check this you need to put a close button on the form to save yourself from the trap.
________________________________________________________________________
Zameer Abdulla Visit Me No two children are alike - particularly if one is yours and the other isn't.
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.