Results 1 to 3 of 3
  1. #1
    Skincb is offline Novice
    Windows 7 32bit Access 2007
    Join Date
    Jun 2014
    Posts
    2

    Registar Eventos

    Good afternoon,


    I have a small application developed by me, but how many users have to work on it daily, I need a command to put in the table records each change to the data in each field of the form, I have this done.

    Private Sub MatQuant_AfterUpdate ()
    Dim stSql
    stSql = "INSERT INTO Registo (Reg_usr, Reg_data, Reg_form, Reg_apl, Reg_onde) SELECT [Formulários]! [Avaria]! [usuário], Now (), 'Avaria_Mat', 'SkAvarias', 'QUANTIDADE' e [Matquant] "
    DoCmd.RunSQL stSql
    End Sub


    but if it took a few fields to put in each field, but are huge fields in the form.
    There is some way to do this faster with the same objective?

  2. #2
    rpeare is offline VIP
    Windows XP Access 2003
    Join Date
    Jul 2011
    Posts
    5,442
    Most here speak english.. any chance of getting a translation?

  3. #3
    June7's Avatar
    June7 is offline VIP
    Windows 7 64bit Access 2010 32bit
    Join Date
    May 2011
    Location
    The Great Land
    Posts
    52,974
    You want an audit log? For one example, review: http://allenbrowne.com/AppAudit.html
    How to attach file: http://www.accessforums.net/showthread.php?t=70301 To provide db: copy, remove confidential data, run compact & repair, zip w/Windows Compression.

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

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