Change Log

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • alphaomega3
    New Member
    • Nov 2006
    • 78

    #1

    Change Log

    Is it possible to Create a change log....? I want to know specifically if I have security enabled if I can log who made the last record change? Could you please provide an example or a site that has an example, I have learned everything I know about Access by looking at other databases or examples.
  • MMcCarthy
    Recognized Expert MVP
    • Aug 2006
    • 14387

    #2
    Originally posted by alphaomega3
    Is it possible to Create a change log....? I want to know specifically if I have security enabled if I can log who made the last record change? Could you please provide an example or a site that has an example, I have learned everything I know about Access by looking at other databases or examples.
    A change log is usually a table that has a record added using code whenever an event takes place on the database. It usually logs the system date, current logged in user, event description.

    Comment

    Working...