Closing combo box after adding record from Not-in-list event

  • Thread starter Thread starter Dave
  • Start date Start date
D

Dave

When entering a new customer in the combo box the not-in-
list event triggers properly, the pop-up form executes
properly, the new customer is added properly, the combo
box is updated. My code then opens an order input form.
I need to close the combo box form. Since the combo box
form doesn't recognize a current record yet I get the
message that I can't close the form. All attempts to set
the combo box form to a current record fail. How do I
programatically close the combo box under these conditions?
 
Back
Top