Results 1 to 3 of 3
  1. #1
    GraemeG is offline Competent Performer
    Windows Vista Access 2007
    Join Date
    Feb 2011
    Posts
    152

    User Logging System


    Hello,

    I have a form which runs before the database opens which is basically a login screen.

    It is a username and password system. Based upon a table called Users.

    I was wondering if there was something to log when a user has been in and what they have been looking at I.e tables and forms reports etc and what date and time.
    Also is this possible to extract itself every week then refresh the log?

    Thanks

  2. #2
    ajetrumpet is offline VIP
    Windows Vista Access 2007
    Join Date
    Mar 2010
    Location
    N/A
    Posts
    2,694
    Yes, you can log this stuff. you can write the info to any table you want.

  3. #3
    clarkej is offline Novice
    Windows XP Access 97
    Join Date
    Nov 2010
    Posts
    12
    theres two ways you can do it (that i know of)

    in the log in screen you can tell it to write to another table "afterupdate = Date" etc to a second table this will record who entered. (i've seen this one never programed it though so maybe someone on here will be able to help you)

    the version i do is a Module which sees the current user (via their PC logon) and then in the tables i want to have have amendments logged i have a feild "userid" and its "default value" is =CurrUser

    using the Moduel and a staff table list this can then pull in the users name (or depending on what way you have it set up) it then records it in that table.

    if you want an example of modual code let me know and i'll dig it out for you

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

Similar Threads

  1. USG Clinic exam system: Changing User
    By isnpms in forum Access
    Replies: 2
    Last Post: 08-22-2010, 07:31 PM
  2. Book orders logging system
    By smithy in forum Access
    Replies: 2
    Last Post: 04-30-2010, 09:41 AM
  3. New access user -- help in creating a sub system
    By fidget_sane in forum Access
    Replies: 20
    Last Post: 04-22-2010, 11:46 AM
  4. Logging In
    By runtest in forum Programming
    Replies: 1
    Last Post: 02-21-2010, 11:55 PM
  5. Access Data Logging
    By pix in forum Access
    Replies: 0
    Last Post: 05-11-2009, 01:10 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