Event Next Record

kitty77

Registered User.
Local time
Yesterday, 22:27
Joined
May 27, 2019
Messages
717
What event would I use if I wanted something (empty an unbound field) if I go to the next record?
 
Form_Current

You may have to track the I'd of the record you're on to make sure it has changed. The event can fire for other reasons too
 
Last edited:
What event would I use if I wanted something (empty an unbound field) if I go to the next record?
you Explicitly set it to "" or Null.
going from record to record will not Reset your Unbound textbox .
 

Users who are viewing this thread

Back
Top Bottom