R
Ray
I am tracking Packaging line audits
I have 2 forms; MainForm and SubForm
On the Main Form I enter the type of Packaging line, (“high speed†or
“manualâ€) using a combobox
On the SubForm I use a combobox to enter failures for each record in the
Main Form. The failures are different for each line type. I used
[Forms]![MainForm]![LineType] in the criteria section of the query for the
Failures combobox so that only the failures for the line type chosen in the
MainForm are displayed. This works fine.
The problem is that when I navigate thru the MainForm to look at past
entries, only the failures selected for the “high speed†lines are displayed
in the SubForm combo. If I look at a record for a “manual†line, nothing is
displayed in the SubForm combobox.
How do I refresh the combobox criteria on the SubForm as I move thru the
each of the past records on the MainForm??
I have 2 forms; MainForm and SubForm
On the Main Form I enter the type of Packaging line, (“high speed†or
“manualâ€) using a combobox
On the SubForm I use a combobox to enter failures for each record in the
Main Form. The failures are different for each line type. I used
[Forms]![MainForm]![LineType] in the criteria section of the query for the
Failures combobox so that only the failures for the line type chosen in the
MainForm are displayed. This works fine.
The problem is that when I navigate thru the MainForm to look at past
entries, only the failures selected for the “high speed†lines are displayed
in the SubForm combo. If I look at a record for a “manual†line, nothing is
displayed in the SubForm combobox.
How do I refresh the combobox criteria on the SubForm as I move thru the
each of the past records on the MainForm??