I have an option group called Issue_Type on my main form
F1_Member_Demog raphics_Main. When I select one of the 3 options on the
main form from the option group Issue_Type I want to limit the sub
form F2_Member_Issue s records based on the combo box Issue_Code_T1.
Option Group Issue_Type on main form:
1=Complaint
2=Grievance
3=Appeal
Combo Box on sub form:
1=Complaint
2=Grievance
3=Appeal
So if I select Complaint from the option group on the main form I only
want to see Complaints on the sub form etc.
Thanks in Advance
Gary
F1_Member_Demog raphics_Main. When I select one of the 3 options on the
main form from the option group Issue_Type I want to limit the sub
form F2_Member_Issue s records based on the combo box Issue_Code_T1.
Option Group Issue_Type on main form:
1=Complaint
2=Grievance
3=Appeal
Combo Box on sub form:
1=Complaint
2=Grievance
3=Appeal
So if I select Complaint from the option group on the main form I only
want to see Complaints on the sub form etc.
Thanks in Advance
Gary
Comment