Mr Wonderful
MIS
I have a form with 2 combo boxes on it
ComboBox1 hase 3 items: A, B & C
ComboBox2 sourcequery should change based on the answer to ComboBox1
case ComboBox1 = A then ComboBox2 source = query1 4 columns
case ComboBox1 = B then ComboBox2 source = query2 6 columns
case ComboBox1 = C then ComboBox2 source = query3 2 columns
Ideas are appreciated
wrinkle: The return results may have a different number of columns also
ComboBox1 hase 3 items: A, B & C
ComboBox2 sourcequery should change based on the answer to ComboBox1
case ComboBox1 = A then ComboBox2 source = query1 4 columns
case ComboBox1 = B then ComboBox2 source = query2 6 columns
case ComboBox1 = C then ComboBox2 source = query3 2 columns
Ideas are appreciated
wrinkle: The return results may have a different number of columns also