I'm looking for a way to create a Userlog that track a users actions while in the application. I have a table with the following fields
UserNam
Date/Time
Action
When a user logs in, I want to fill the fields that they logged in.
When a user click to search, I want to log that they searched. And I want to do this automatically so the user doesnt' have to.
UserNam
Date/Time
Action
When a user logs in, I want to fill the fields that they logged in.
When a user click to search, I want to log that they searched. And I want to do this automatically so the user doesnt' have to.