G
Guest
As you can see from my display name, I am new to Access.
I have around 15 fields on a form which I don't want users to alter unless
they really have to, but occasions will arise when an update facility is
required.
If a user types new data into a field I want a message box to appear asking
whether they are sure the field is to be updated. Box should have OK and
cancel buttons. Ok to allow the alteration, and cancel to revert the field
contents back to the original.
Firstly, would this be a BeforeUpdate event?
And, secondly, how do I code the responses. It's what comes after the 'Then'
and 'Else' bits I'm after.
Kind regards
Tony
I have around 15 fields on a form which I don't want users to alter unless
they really have to, but occasions will arise when an update facility is
required.
If a user types new data into a field I want a message box to appear asking
whether they are sure the field is to be updated. Box should have OK and
cancel buttons. Ok to allow the alteration, and cancel to revert the field
contents back to the original.
Firstly, would this be a BeforeUpdate event?
And, secondly, how do I code the responses. It's what comes after the 'Then'
and 'Else' bits I'm after.
Kind regards
Tony