B
BillyS
On the same form, I am trying to limit the choices in
Combo Box 2 (cboBox2) based on the selection in Combo Box
1 (cboBox1) with the cboBox2 Row Source as:
SELECT Table1.Field1 FROM Table1 WHERE Table1.Field2
= 'VAL(Me.cboBox1.value)'
My result is an empty list in Combo Box 2. Is there
something wrong with my syntax, or is there another issue?
Thanks.
Combo Box 2 (cboBox2) based on the selection in Combo Box
1 (cboBox1) with the cboBox2 Row Source as:
SELECT Table1.Field1 FROM Table1 WHERE Table1.Field2
= 'VAL(Me.cboBox1.value)'
My result is an empty list in Combo Box 2. Is there
something wrong with my syntax, or is there another issue?
Thanks.