I have an unbound form, with 4 controls on, 2 combo, 2 text boxes.
The two combo boxes have row sources to tables, choice selection items.
I am having trouble going from combo box to combo box,setting focus and using dropdown. I can move from a textbox after pressing return to a combo, and setting it's onfocus to dropdown. However if I use after update or click or exit on the combo event to move to the next combo, I get the error 3012 come up saying it cannot move as no record. None of the controls are bound to anything else. I want to go from textbox to combo, combo to combo, and combo to text box. I don't want to go from text box to combo to text box to combo.
Any ideas why it's doing this. Thanks
The two combo boxes have row sources to tables, choice selection items.
I am having trouble going from combo box to combo box,setting focus and using dropdown. I can move from a textbox after pressing return to a combo, and setting it's onfocus to dropdown. However if I use after update or click or exit on the combo event to move to the next combo, I get the error 3012 come up saying it cannot move as no record. None of the controls are bound to anything else. I want to go from textbox to combo, combo to combo, and combo to text box. I don't want to go from text box to combo to text box to combo.
Any ideas why it's doing this. Thanks