G
Guest
I have a subform with two combo boxes and I want the data displayed in the second box to be based on the selection from the first combo box. I am using a SQL statement in the record source with a WHERE statement to equate the two selections. This works fine when i open the subform on its own but when I open the main form where the subform is on a Tab control Page it no longer works. The subform is linked to the main form on an unique ID number. When I open the main form, I get a msg box asking me to enter a parameter value for the criteria statement. Any ideas?