What Event to use when moving between records

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

What Event to use when moving between records
My main form is used for two sequences of control numbers. My subform
creates a control number based on that in the main form but is a different
format for the difference sequences of the control number.
I have the macro to change the InputMask based on the main form control
number. I need the correct event to trigger it when I change records in the
main form.
I could go through all of them but that is a whole lot of work.
 
What Event to use when moving between records
My main form is used for two sequences of control numbers. My subform
creates a control number based on that in the main form but is a different
format for the difference sequences of the control number.
I have the macro to change the InputMask based on the main form control
number. I need the correct event to trigger it when I change records in the
main form.
I could go through all of them but that is a whole lot of work.

The Form's Current event fires each time you move to another record.
 
Back
Top