I have a database and it all works fine and dandy. I've made a form in which one chooses the name of a record from a combo box. The only problem is that when you choose one value, all the other records change to that value. Is there something wrong?
I have a database and it all works fine and dandy. I've made a form in which one chooses the name of a record from a combo box. The only problem is that when you choose one value, all the other records change to that value. Is there something wrong?
Hi,
could it be your combo box is unbound? In this case just set the control source property to the correct table field.
gr
NG