I need my query to reference a combo box on the subform when the main form is open. The subform has 2 fields: Line, Item which are combo boxes sourced from queries. When the user selects a Line, I need the Item cmbo to restrict itself to values based on the Line selection.
This works fine when I have the subform opened separately, but not when only the mainform w/subform is open... So, it would seem that having the subform opened on the mainform is not the same as having the subform opened separately...
This works fine when I have the subform opened separately, but not when only the mainform w/subform is open... So, it would seem that having the subform opened on the mainform is not the same as having the subform opened separately...