G
Guest
I have a field in a form where I want users to use a combo box drop down list
to select their own name to enter it in the field. I have a short piece of
code triggered by the On Change event in this same field so that when users
select their name the code runs and another field is updated. This works fine
when users actually select their name from the drop down list but I know many
users will tab into the field, enter the first letter of their name and
expect the Auto Expand facility to fill in rest. Problem is this doesn't
happen - with Auto Expand set to Yes for the field when I enter a letter the
code from the On Change event runs and updates my second field but Auto
Expand has not filled the combo box field so this field gets left blank. How
do I correct this? I know I can trigger the code after the combo box field
has lost the focus but I cannot guarantee users will tab out of the first
field after selecting their name so I don't see this as an option.
TIA
to select their own name to enter it in the field. I have a short piece of
code triggered by the On Change event in this same field so that when users
select their name the code runs and another field is updated. This works fine
when users actually select their name from the drop down list but I know many
users will tab into the field, enter the first letter of their name and
expect the Auto Expand facility to fill in rest. Problem is this doesn't
happen - with Auto Expand set to Yes for the field when I enter a letter the
code from the On Change event runs and updates my second field but Auto
Expand has not filled the combo box field so this field gets left blank. How
do I correct this? I know I can trigger the code after the combo box field
has lost the focus but I cannot guarantee users will tab out of the first
field after selecting their name so I don't see this as an option.
TIA