Results 1 to 9 of 9
  1. #1
    imintrouble is offline Competent Performer
    Windows 7 64bit Access 2010 64bit
    Join Date
    Sep 2011
    Location
    Missouri, where frownin's a sport
    Posts
    127

    Log-in Screen

    Hello! I am in need of creating a login screen which I suppose would be made with a form. I already have the form opening up when the database is opened.

    I am then in need of a way to create a login screen which allows the user to enter their name, the date, and effectivly, log in, entering the time that they logged on into a table where a field is already created, Start_Time.

    Vice/Versa however I also need a way that the user can either go back to the login form or what have you and logout creating a time entered into the End_Time field, or by creating an unload/onclose event to state the end time instead.

    If any more information is needed, please feel free to ask.

  2. #2
    A S MANN is offline Advanced System Analyst
    Windows XP Access 2007
    Join Date
    Oct 2010
    Location
    India
    Posts
    164
    The Procedure I Use is as follow for my user to log in in my Front End.
    Create a Table With All User Name pre-define.
    Create a Log in Form With a Combo Box Connected to User in Table.
    Create text boxes for Module Name (Control Source="Module Name" ),
    Date Of Log in(Control Source=Date() ),
    Time (Control Source=Now() Format =Medium Time) ,
    Log In Computer Name (Control Source=getuser() )
    you Need Fuction =getuser() and add to your module as fuction
    add one Log In Button Set to take user to Home Form After Log In
    on click event
    stDocName = "Home Form"
    DoCmd.OpenForm stDocName, , , stLinkCriteria
    This will be simple Log In Form.First create a simple Log In form Tha add more fuctions such as
    The Log In Data can be added to LogIn Table
    User Log In Right Can also be checked to Take user to various forms in place of Home Form etc etc.

  3. #3
    imintrouble is offline Competent Performer
    Windows 7 64bit Access 2010 64bit
    Join Date
    Sep 2011
    Location
    Missouri, where frownin's a sport
    Posts
    127
    Quote Originally Posted by A S MANN View Post
    stDocName = "Home Form"
    DoCmd.OpenForm stDocName, , , stLinkCriteria
    This will be simple Log In Form.First create a simple Log In form Tha add more fuctions such as
    The Log In Data can be added to LogIn Table
    User Log In Right Can also be checked to Take user to various forms in place of Home Form etc etc.

    I got everything up until this point. Not sure what i'm supposed to do witht this information. Any further help with this would be greatly appreciated.

  4. #4
    A S MANN is offline Advanced System Analyst
    Windows XP Access 2007
    Join Date
    Oct 2010
    Location
    India
    Posts
    164
    I will try to send you a sample copy of My Log In Form Probably you can copy it to your DB(Frond End) And use it. How can you get the file. Probaly i need your E Mail Id to send the file.

  5. #5
    imintrouble is offline Competent Performer
    Windows 7 64bit Access 2010 64bit
    Join Date
    Sep 2011
    Location
    Missouri, where frownin's a sport
    Posts
    127
    yeah that would be fantastic. the e-mail to reach me by would be jrcobb2@cougars.ccis.edu I check this e-mail all the time. Thanks!

  6. #6
    A S MANN is offline Advanced System Analyst
    Windows XP Access 2007
    Join Date
    Oct 2010
    Location
    India
    Posts
    164
    I need to Create a Seperate file for Log In Form, Their Module Table Etc, Sending You soon in your Mail ID.

  7. #7
    A S MANN is offline Advanced System Analyst
    Windows XP Access 2007
    Join Date
    Oct 2010
    Location
    India
    Posts
    164
    I had send a mail to jrcobb2@cougars.ccis.edu with a zip file having instrctions and a sample mdb file hope this will solve your proble,
    thanks

  8. #8
    karanvemuri is offline Advanced Beginner
    Windows Vista Access 2010 64bit
    Join Date
    Sep 2011
    Posts
    56
    hi guys, m lukin for the same thing,will be glad if you can share it with me... my email id myhomeunited@gmail.com

  9. #9
    A S MANN is offline Advanced System Analyst
    Windows XP Access 2007
    Join Date
    Oct 2010
    Location
    India
    Posts
    164
    I had send you the Mail at myhomeunited@gmail.com on 11/10/2011 4 pm
    Contact me Soon

Please reply to this thread with any new information or opinions.

Similar Threads

  1. Replies: 11
    Last Post: 06-05-2011, 09:51 PM
  2. print screen
    By SlowPoke in forum Access
    Replies: 1
    Last Post: 10-06-2010, 04:09 PM
  3. Screen Size
    By maintt in forum Access
    Replies: 4
    Last Post: 08-02-2010, 01:12 PM
  4. Splash Screen
    By venu in forum Access
    Replies: 3
    Last Post: 04-02-2010, 09:37 AM
  5. Different Screen sizes
    By KevinH in forum Access
    Replies: 0
    Last Post: 07-23-2009, 12:07 PM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
Other Forums: Microsoft Office Forums