tnguyen315
MIS
Hello,
I have 2 combo boxes named "Divisions" and "Sections". Second combo box is based on the selected of the first combo box. It's is working fine when I open the form itself. However, when I put this form on another form use subform on the second tab. When click on this tab, I got an error pop up with "Enter parameter value: [Forms]![_frm_Volunteer_TimeTracking_sfrm]![Divisions]" . Please help.
Second combox:
Row Source =
SELECT tblSections.SectionCode, tblSections.SectionName FROM tblSections WHERE (((tblSections.DivisionCode)=[Forms]![_frm_Volunteer_TimeTracking_sfrm]![Divisions])) ORDER BY tblSections.ID;
I have 2 combo boxes named "Divisions" and "Sections". Second combo box is based on the selected of the first combo box. It's is working fine when I open the form itself. However, when I put this form on another form use subform on the second tab. When click on this tab, I got an error pop up with "Enter parameter value: [Forms]![_frm_Volunteer_TimeTracking_sfrm]![Divisions]" . Please help.
Second combox:
Row Source =
SELECT tblSections.SectionCode, tblSections.SectionName FROM tblSections WHERE (((tblSections.DivisionCode)=[Forms]![_frm_Volunteer_TimeTracking_sfrm]![Divisions])) ORDER BY tblSections.ID;