Home | Contact Us | FAQ | Search & Site Map | Link to Us
Sign In | Join | Other 45 Sites in Network
Home
Discussion GroupsFormsForms ProgrammingQueriesModules / DAO / VBAReports / PrintingMacrosDatabase DesignSecurityConversionImporting / LinkingSQL Server / ADPMultiuser / NetworkingReplicationSetup / ConfigurationDeveloper ToolkitsActiveX ControlsNew UsersGeneral 1General 2
Access DirectoryToolsTutorialsUser Groups
Related Topics
SQL ServerOther DB ProductsMS OfficeMore Topics ...

MS Access Forum / General 1 / January 2006

Tip: Looking for answers? Try searching our database.

Choosing the correct event

Thread view: 
Enable EMail Alerts  Start New Thread
Thread rating: 
Geoff - 29 Jan 2006 15:50 GMT
Somewhat confused about which event to choose.  When moving from a Password
form to a MainMenu form should I use the  Activate, Open or Load event to
pull in the  MainMenu form.  Really not clear when to use each of these
events.

Secondly when the MainMenu is loaded how do I unload the Password screen?

Many thanks for your help.  Much appreciated.

Geoff
Bob Quintal - 29 Jan 2006 16:53 GMT
> Somewhat confused about which event to choose.  When moving
> from a Password form to a MainMenu form should I use the
> Activate, Open or Load event to pull in the  MainMenu form.
> Really not clear when to use each of these events.

None of the above.

Use the BeforeUpdate event of the password textbox to validate
your password, (cancel if bad), then the AfterUpdate of the
password control to open your MainMenu, followed by the close
statement for the password form.

> Secondly when the MainMenu is loaded how do I unload the
> Password screen?

See above.

> Many thanks for your help.  Much appreciated.
>
> Geoff

Signature

Bob Quintal

PA is y I've altered my email address.

 
Sign In
Join
My Latest Posts
My Monitored Threads
My Blog
My Photo Gallery
My Profile
My Homepage

Start New Thread
Enable EMail Alerts
Rate this Thread



©2008 Advenet LLC   Privacy Policy - Terms of Use
This website includes both content owned or controlled by Advenet as well as content owned or controlled by third parties.