I have a subform with 8 fields. I am trying to enable a save button if the user changes the data in any field, and disables the save button if the user retypes in the original data. I have tried using the oldvalue property but it's not reliable, don't know if the cycling through all fields is somehow leaving the subform to the mainform and being saved.
Is there a more reliable way of doing this?. I am using the fields beforeupdate, my controls are bound.
Appreciate any help, trying to get passed problem. Thanks
Is there a more reliable way of doing this?. I am using the fields beforeupdate, my controls are bound.
Appreciate any help, trying to get passed problem. Thanks