accessNator
Registered User.
- Local time
- Today, 03:49
- Joined
- Oct 17, 2008
- Messages
- 132
I have an form which is bound to a query recordset.
If a user changes any items in the form, how do I check if any of the items have been changed before it is saved when they click on a SAVE button?
I assume I would use a BEFOREUPDATE event, but what is the syntax to loop through the controls and check if anything has been changed?
How do I do a comparison between the original and change value?
Thanks for your assistance.
If a user changes any items in the form, how do I check if any of the items have been changed before it is saved when they click on a SAVE button?
I assume I would use a BEFOREUPDATE event, but what is the syntax to loop through the controls and check if anything has been changed?
How do I do a comparison between the original and change value?
Thanks for your assistance.