Combo- list boxes

G

gail

I set up a combo box in my form for choosing a state- when I click on the
state, it changes all the records in the forms.
What am I doing wrong?
 
K

KARL DEWEY

Sounds like your combo is not bound to a field in the table and therefore is
not changing the actual records but just the form display.
 
Top