I've searched for an answer to this but I couldn't find the exact answer I need. Hopefully one of you geniuses can help me out...
I have a field in a table that I want to be able to capture the user id and date/time that a particular field has changed. My problem is that this field is on several forms and I don't want to have to add code to every single form that this field is on. I already know the functions to capture the userID and Date/Time, I just need to know where to put my code. I know in SQL you can create a trigger to do this, but is there such a thing in Access? Is there an AfterUpdate Event for a table/field?
I have a field in a table that I want to be able to capture the user id and date/time that a particular field has changed. My problem is that this field is on several forms and I don't want to have to add code to every single form that this field is on. I already know the functions to capture the userID and Date/Time, I just need to know where to put my code. I know in SQL you can create a trigger to do this, but is there such a thing in Access? Is there an AfterUpdate Event for a table/field?