Unbound Fields on Form check for dirty fields

  • Thread starter Thread starter amitger
  • Start date Start date
A

amitger

Hi
Is there a way to find if the user has changed data in the unbound
field of a form? I want to prompt the user to save the record when he
moves to next record.
Thanks
Amit
 
Hi-

I don't follow your question - the only way to save data in an unbound
field is through code - is that what you are doing? If not, data in the
unbound control cannot be saved. All other data is automatically saved
when the user moves to the next record.

John
 
Back
Top