T
Tatakau
I have several forms that utilize a combination of text fields, check boxes,
combo boxes, etc., and I am trying to streamline the data entry process to
help save time. Specifically, I am trying to make it to where every time a
combo box is updated, the focus is set to the next item in the form. IE,
after selecting a credit card type, Access would automatically move on to the
card number field.
I guess I could just write a Me.FieldName.SetFocus code for every single
combo box, but that would be very tedious to put in, and just as tedious to
take out. Is there a place that I can type code that runs when any combo box
is updated?
Thanks,
Nick
combo boxes, etc., and I am trying to streamline the data entry process to
help save time. Specifically, I am trying to make it to where every time a
combo box is updated, the focus is set to the next item in the form. IE,
after selecting a credit card type, Access would automatically move on to the
card number field.
I guess I could just write a Me.FieldName.SetFocus code for every single
combo box, but that would be very tedious to put in, and just as tedious to
take out. Is there a place that I can type code that runs when any combo box
is updated?
Thanks,
Nick