I have two tables table1 and Audit1. I am really new to VBA and so my question is it is possible if the user updates any of the fields in a row of table1 to make a copy of the old record in Audit1.
So for example I have 10 columns in table1 and if the user makes changes in a row to one or even multiple fields for that record I want just one record to be created in the Audit1 table with only the old fields form table1.
Can someone please help me with this I have searched for weeks and have been unable to figure this out.
Thanks
So for example I have 10 columns in table1 and if the user makes changes in a row to one or even multiple fields for that record I want just one record to be created in the Audit1 table with only the old fields form table1.
Can someone please help me with this I have searched for weeks and have been unable to figure this out.
Thanks
Comment