X
XP
Using Office 2003 and Windows XP;
I have a form and controls on a multi-page tab control on the form that are
bound to a table.
I need a trigger to fire a subroutine if there is ANY change in ANY of the
form controls. My code will need to determine whether the change is an edit
to an existing record or whether it will result in a new record. And I need
it to distinguish between the two (i.e. edit or new).
I don't want the code to intercept anything or prevent anything. The
subroutines just do some housekeeping stuff under the covers like add the
date added vs. date updated, perform a basic calculation, get some user info,
etc.
What event or events would be best to harness for this?
Thanks much in advance.
I have a form and controls on a multi-page tab control on the form that are
bound to a table.
I need a trigger to fire a subroutine if there is ANY change in ANY of the
form controls. My code will need to determine whether the change is an edit
to an existing record or whether it will result in a new record. And I need
it to distinguish between the two (i.e. edit or new).
I don't want the code to intercept anything or prevent anything. The
subroutines just do some housekeeping stuff under the covers like add the
date added vs. date updated, perform a basic calculation, get some user info,
etc.
What event or events would be best to harness for this?
Thanks much in advance.