G
Guest
I have a form with a number of combo boxes. one particular combo box has
'before update' and 'after update' procedures. the 'after update' procedure
changes the focus to another control so I set the focus back to the control
as the last statement in the 'after update' procedure.
Here is what is happening:
If I type the first letter of a valid choice and the auto-text fills in the
rest, then I press TAB, I go to the end of the text in the control and not to
the next control in the tab order. This only happens with this one combo box,
not the others.
My question. Why and how to fix it?
'before update' and 'after update' procedures. the 'after update' procedure
changes the focus to another control so I set the focus back to the control
as the last statement in the 'after update' procedure.
Here is what is happening:
If I type the first letter of a valid choice and the auto-text fills in the
rest, then I press TAB, I go to the end of the text in the control and not to
the next control in the tab order. This only happens with this one combo box,
not the others.
My question. Why and how to fix it?