G
Gabby Girl
Please excuse my ignorance but, is it possible to have two different
"BeforeUpdate" events on the same form?
Currently I have a BeforeUpdate on my form re: Allen Browne's Audit Trail
(which by the way works great), but now I need to be able to show the date a
record was added (field name "DateAdded"), modified (field Name
"DateModified") and everything I can find says I should put it in the forms
BeforeUpdate event. Am I on the right track or should I try and grab the
last date from my audit trail table (ie: DLookup last/max date)? Hopefully
this makes sense.
Any advice would be greatly appreciated.
"BeforeUpdate" events on the same form?
Currently I have a BeforeUpdate on my form re: Allen Browne's Audit Trail
(which by the way works great), but now I need to be able to show the date a
record was added (field name "DateAdded"), modified (field Name
"DateModified") and everything I can find says I should put it in the forms
BeforeUpdate event. Am I on the right track or should I try and grab the
last date from my audit trail table (ie: DLookup last/max date)? Hopefully
this makes sense.
Any advice would be greatly appreciated.