Adding to a combo box

C

CD Tom

I have a form that the user select the customer name from a combo box. If
the customers name isn't in the list the user needs to add all the customers
information. I can call up a customerinput form and have the user enter all
the information but then how to I get the information to appear in the list,
or have the information available. I've tried the notinlist event and call
up the customerinput form but when I close that form the original form still
doesn't see the name in the list and wants to call up the customerinput form
again.
Hopefully this is clear and someone can help me.
Thanks in advance for any help

Tom
 
K

Klatuu

I think you have done eveything necessary except to requery the combo:
Me.MyComboBoxName.ReQuery

Are you the CD Tom from Oregon who is a SASS member?
 
C

CD Tom

My God Dave!!! It's a small world isn't it. Where are you and what are you
doing?
When I do the requery I get this error message Run Time error 2118 You must
save the current field before you run the requery action. Not to sure what
to do now.
 
Top