T
Tim
I have a form in my database with two fields which can be
completed by the user. One is called status and is a
combo box. I want to trigger some code only if the stsus
box has been updated and so am trying to use the OldValue
property with the form AfterUpdate event, as follows:
if status <> status.OldValue Then
Run my code
This does not seem to work. Has anyone used this and can
give me some tips?
completed by the user. One is called status and is a
combo box. I want to trigger some code only if the stsus
box has been updated and so am trying to use the OldValue
property with the form AfterUpdate event, as follows:
if status <> status.OldValue Then
Run my code
This does not seem to work. Has anyone used this and can
give me some tips?