Cascading Combo Box - 2nd combo box changing 1st in previous recor

S

Sarah

I have figured out how to creat cascading combo boxes, however once i update
the second combo box it changes all records on the form.

How do i get it so all records are independent from eachother?

I am somewhat new to this - any help is appreciated!
 
J

John W. Vinson

I have figured out how to creat cascading combo boxes, however once i update
the second combo box it changes all records on the form.

How do i get it so all records are independent from eachother?

I am somewhat new to this - any help is appreciated!

My guess is that the second combo box is unbound: has nothing in its Control
Source field. If that's the case, on a continuous form you will see the same
value in every record.

Data is not stored in forms but in Tables - what's the Recordsource of this
form? What field (*in the table*) is intended to contain the second combo's
selection?
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top