Results 1 to 2 of 2
  1. #1
    isnpms is offline Novice
    Windows 7 Access 2010 (version 14.0)
    Join Date
    Mar 2010
    Posts
    19

    Login form register

    Good morning.
    I have a little system at my work and a few of people using it, with a login form with userid e passid. There's also a textbox that display the date and time it (login form) started (date()).


    What i can't see it's a way to register these 3 itens: name, passoword and date and time anyone logged in, for posterior printing (report, txt, any...).
    Acctualy what i most needed was a way to make theses registers everytime one of the tables was updated or addeed, with name, pw anda date/time too.
    I cloudn't think anything that worked and even couldn't find a tutorial for helping me. If anyone could help giving an idea or suggestion, i thank you very much.

    Ivan Sinigaglia
    (Brasil)

  2. #2
    pkstormy's Avatar
    pkstormy is offline Access/SQL Server Expert
    Windows XP Access 2003
    Join Date
    Mar 2010
    Location
    Madison
    Posts
    682
    I prefer to grab the user's loginID automatically in code. Here's an example along with a security table type setup. User's don't need to 'login' or enter any passwords and I can easily make buttons visible/enabled/disabled depending on their security level in the 'user' table.

    http://www.dbforums.com/6332819-post68.html

    As far as logging, I have in all my data type tables, 2 key fields. 1 is DateEntered (which I default on the form to =Now().) The other is a field I call EnteredBy which I default on the form to =getuser() (using the example in the above link to automatically grab the user's loginID)

    User's tend to get sick of dealing with entering their login/password.

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

Similar Threads

  1. Login VBA
    By mjhopler in forum Forms
    Replies: 3
    Last Post: 02-11-2010, 02:28 AM
  2. Access login form help
    By Tempuser in forum Forms
    Replies: 8
    Last Post: 09-10-2009, 06:55 AM
  3. app.login
    By seen in forum Access
    Replies: 3
    Last Post: 07-18-2009, 01:19 AM
  4. Login Script
    By theITguy in forum Access
    Replies: 2
    Last Post: 03-06-2009, 03:37 AM
  5. Replies: 1
    Last Post: 01-04-2008, 11:40 AM

Tags for this Thread

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