combobox.dropdown not working properly

D

Donna

I have a subform with a combo box where I have the on enter property set for
the combo box to dropdown. Then the tab action takes the user to a text box
where he can enter details. The on exit sub for the text box sends the focus
to a command button on the main form (form_frmCalls.command2.setfocus).

The problem is that the drop-down box just opens randomly - you can be in
other fields on the main form or subform and it will just dropdown
unexpectedly - and always when the command2 button has the focus after
exiting the last text box.

Other comboboxes that have the dropdown feature set don't have this problem
- just the one on the subform.

Any ideas on how to stop this from happening on this one combobox?
 
Top