Here's what I'm trying to do...I'm so close but just can't get it figured out...BOOOO!
Form has two combo boxes, Manufacturer and Model.
Three tables Hardware, Manufacturer and Model. Manufacturer contains a list of Manufacturers and Model contains models and manufacturers. Hardware is updated according to the user selections from the form.
On the form Manufacturer is the first combo box and I'm wanting to suppress the the available Models (second combo box) the user can choose according to their selection within the Manufacturer combo box.
I tried using the rowsource = to a SQL statement, but something just isn't working correctly.
Thanks in advance for any help.
-john
Form has two combo boxes, Manufacturer and Model.
Three tables Hardware, Manufacturer and Model. Manufacturer contains a list of Manufacturers and Model contains models and manufacturers. Hardware is updated according to the user selections from the form.
On the form Manufacturer is the first combo box and I'm wanting to suppress the the available Models (second combo box) the user can choose according to their selection within the Manufacturer combo box.
I tried using the rowsource = to a SQL statement, but something just isn't working correctly.
Thanks in advance for any help.
-john