combo box
I have a form which was created based on one table, basically 13 text boxes displaying information, and I can move from record 1 to record 2 and so on.
I changed one text box to combo box (cbox1) and put a query in the rowsource to select the value for that combobox.
I need all the other values (textboxes) on the form to change based on the value selected from the list of cbox1.
How do I do this?
Thanks, Brian
|