views:

47

answers:

0

good_day

On my form, created a combo-box with properties (Limit to list = No, Allow Value List Edits = Yes)

when I enter data into the combo-box, it does not add a new record but replace's the old one, Therefor I created a button to add new record, And then tried it, and it works beautiful, Now the problem is when the add_new button is clicked, all my other combo-boxes go blank,

Is there a way to bind that button only to that combo-box OR is there any other way of getting around this problem