J
JOYCE O
We actually will be updating dozens of cases a day. I
want to retain both values, CaseType and PreviousCaseType
in my table. Can I do this with code, I'm just not sure.
Thanks
want to retain both values, CaseType and PreviousCaseType
in my table. Can I do this with code, I'm just not sure.
Thanks
..-----Original Message-----
How many revisions do you want to track? If it is just the last one and you
are using a form, then in the form's BeforeUpdate event, set
PreviousCaseType to the OldValue property of CaseType. You would need to
verify that the OldValue property actually contains a value before assigning
it since that may no be the reason the form is updating (another field may
have been changed). This could also be done in the AfterUpdate event of
CaseType, but you'd have to remember to Undo it if the change to CaseType
was undone.
--
Wayne Morgan
MS Access MVP
.