Combo Box Drop Down

Pappy

Registered User.
Local time
Today, 10:04
Joined
Jun 12, 2003
Messages
28
I would like to search using a drop down Combo box. The box displays the current policy number with all the info on the form. I used the wizard to create a drop down box where if the user types in a policy number it will go to that policy. I bound the the combo box with Policy Num #. The problem is when the user types in the policy number, it will change the first policy number and save it. Any suggestions would be much appreciated

-NEWBIE
 
If you are using a combo to search, it should be unbound. If you want to use a combo to select a value to store, you will need to use a separate combo for this, not the same one.
 

Users who are viewing this thread

Back
Top Bottom