I have an Access 2003 database with a table and a form containing contact information and 20 Yes/No fields. The names are tblMaster and frmMaster. The check boxes represent up to 20 different groups that the contacts can be a member of. I've created another form (frmSelectGroup) which allows the user to select one of the 20 groups from a combo box.
Is there a way to take the group name selected in the combo box on frmSelectGroup and use VBA to generate a report that lists the contacts who are a member of the selected group?
Thanks in advance.
Is there a way to take the group name selected in the combo box on frmSelectGroup and use VBA to generate a report that lists the contacts who are a member of the selected group?
Thanks in advance.