P
Pat
OK.
I created a form that has two combos on it. The second combo box
filters it's data based on the first one. Then I put this into a page
on a Tab Control, and now am unable to get the syntax for the
rowsource.
It's like this:
Form with the Tab Control in it = "MainForm"
Form on page in Tab Control = "MySubForm"
On "MySubForm" Combo 1 = "MyItemName" - 3 columns:
Desc,CommonName,NDB_No.
On "MySubForm" Combo 2 = "MyPortions" - 3 columns:
Grams,Msre_desc,NDB_no
The query for "MyPortions" has
"=Forms!MainForm!MySubForm.form!MyItemName.[column](2)"
as criteria for NDB_No
It comes up null
What am I doing wrong, folks?
Please help?
Pat
I created a form that has two combos on it. The second combo box
filters it's data based on the first one. Then I put this into a page
on a Tab Control, and now am unable to get the syntax for the
rowsource.
It's like this:
Form with the Tab Control in it = "MainForm"
Form on page in Tab Control = "MySubForm"
On "MySubForm" Combo 1 = "MyItemName" - 3 columns:
Desc,CommonName,NDB_No.
On "MySubForm" Combo 2 = "MyPortions" - 3 columns:
Grams,Msre_desc,NDB_no
The query for "MyPortions" has
"=Forms!MainForm!MySubForm.form!MyItemName.[column](2)"
as criteria for NDB_No
It comes up null
What am I doing wrong, folks?
Please help?
Pat