I created a database with two tables. One is an employee list with an indicator - action and action plan fields. I am trying to record a history of when one or all of these fields are changed on a form. So I created a table called History employee list.
In the table employee list I created an after update macro. Basically if indicator is updated then populate the history employee list table with the new indicator and timestamp when it changed. My question is there a way to do this for three fields instead of just one. Something like if updated Indicator or action or action plan then?
In the table employee list I created an after update macro. Basically if indicator is updated then populate the history employee list table with the new indicator and timestamp when it changed. My question is there a way to do this for three fields instead of just one. Something like if updated Indicator or action or action plan then?