combo box focus problem

  • Thread starter Thread starter Dinky
  • Start date Start date
D

Dinky

Hi
I've got a multi-record form where each record has 3 combo boxes, som
check boxes and a text box. 2 of the combo boxes are almost exactly th
same expect they have different table for their row sources (one uses
main table and the other uses the dessert table)

The problem is that when I click on one of these combo boxes on
record I cannot move focus to any control on another record by clickin
on the other record, instead I have to move focus to either the chec
boxes, text box, or the other combo box (using the keyboard or mouse
before I can move focus to a control on another record.

Does anyone know the reason or solution to this problem? any help i
much appreciated

Thank
 
Sounds like maybe some event proc that does not do what you expected it to
do, or two of them doing conflictin things.
LostFocus and GotFocus event procs can create situations like that.

Ragnar
 
Back
Top