I have a form contains :
- Some bound textboxs.
- Some bound comboboxs.
- some unbound textboxs.
- some bound (yes/No) fields.
Q: How to alert user , if there are any change in any bound fields by a msg (not in new record)?
i want a code to alert user with the changed field name , and gives him a choice to continue change or back to the old value , ( directly after changing not when move to another record ) .
- Some bound textboxs.
- Some bound comboboxs.
- some unbound textboxs.
- some bound (yes/No) fields.
Q: How to alert user , if there are any change in any bound fields by a msg (not in new record)?
i want a code to alert user with the changed field name , and gives him a choice to continue change or back to the old value , ( directly after changing not when move to another record ) .