I want to add an audit trail to an inventory update form.
The form allows the user update cost/sell and quantity. The update is "processed" via a cmdbutton with code that checks Gross Margins etc. I want to add to the code some way of writing the changes to an audit table. I have created a table "TblInventoryUpdateAudit" but am unsure the best way of creating a record in the table via code.
Any suggestions?
Cheers
The form allows the user update cost/sell and quantity. The update is "processed" via a cmdbutton with code that checks Gross Margins etc. I want to add to the code some way of writing the changes to an audit table. I have created a table "TblInventoryUpdateAudit" but am unsure the best way of creating a record in the table via code.
Any suggestions?
Cheers