View Full Version : Audit Controls on multiple forms


mark curtis
06-08-2001, 09:55 AM
Dear all,

My good friend Jack Cowley recently sent me a couple of demos of how to audit all controls in a form, basically on close check all controls and write the changes to a table. This works great but I only want to audit a selection of controls on multiple forms. Has anyone ever implemented this and if so have you any code example that I can get a start from?

Thanks
Mark

llkhoutx
06-08-2001, 12:02 PM
On a control's afterupdate event, save (write) whatever information you want to an audit tables.

mark curtis
06-08-2001, 09:37 PM
Don't suppose you have an example of the type of code I would need?

Thanks