Event Log Table

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • rwalle
    New Member
    • Jan 2010
    • 47

    Event Log Table

    I have a DB where I'm tracking mainteniance work orders, It works fine so far, now I want to add a table to store data about who and when is modifying a work order, the idea is once user clicks on a form save button a new row is added to the event log table with the WorkOrderId; userId( coming for a hidden form) and date/time so I can later track who did what,

    any help will be much appreciated

    Raymundo Walle
  • Rabbit
    Recognized Expert MVP
    • Jan 2007
    • 12517

    #2
    When they click the save button, add an extra line of code to run an insert query into the log table.

    Comment

    Working...