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 / Database Design / August 2006

Tip: Looking for answers? Try searching our database.

Startup a database with a full screen switchboard form

Thread view: 
Enable EMail Alerts  Start New Thread
Thread rating: 
DOUG - 27 Aug 2006 16:30 GMT
I want to start a database with a switchboard showing various users and have
them click their name to go to their own switchboard. I know how to set the
startup form but can't find the full screen start up setting. Also, can you
set each subsequent user's switchboard form to require a password to get the
form to open?
Ken Snell (MVP) - 27 Aug 2006 19:07 GMT
In the startup form's Activate event, put this code:

DoCmd.Maximize

As for password, you can write programming that will ask the user for a
password and then compare that to a password stored somewhere.
Signature


       Ken Snell
<MS ACCESS MVP>

>I want to start a database with a switchboard showing various users and
>have
[quoted text clipped - 5 lines]
> the
> form to open?
DOUG - 28 Aug 2006 15:09 GMT
Thank you for the help. Can you be more specific about the programming?

> In the startup form's Activate event, put this code:
>
[quoted text clipped - 11 lines]
> > the
> > form to open?
Ken Snell (MVP) - 28 Aug 2006 21:01 GMT
Attach the following code to the form's Activate event:

Private Sub Form_Activate()
DoCmd.Maximize
End Sub

As for the password item, you'll need to tell us more information about
where the password is stored, how it's stored, and how the form would know
whether a correct password has been entered for the person or not.

Signature

       Ken Snell
<MS ACCESS MVP>

> Thank you for the help. Can you be more specific about the programming?
>
[quoted text clipped - 14 lines]
>> > the
>> > form to open?
 
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.