Hopefully the title makes enough sense to get my point across.
Using Access 97 here.
I am trying build a query which uses a form to select the criteria. It works fine if the source contains just one item.
Here is the criteria example:
=([Forms]![frmRETIREMENT_R EPORT]![cboUNIT])
Problem is the table I am referencing from cboUNIT is setup into groups and each group contains multiple items. For example GROUP1 is units 4,7 and 8.
I can make the query / form work just fine if cboUNIT is just bound to a table which contains one unit per record, but I need the form to be able to just select my defined groups.
So my question is, is it possible using my example criteria to have cboUNIT be bound to a table with a record that is something like ("Unit 04" or "Unit 07" or "Unit 08")? Please help.
Using Access 97 here.
I am trying build a query which uses a form to select the criteria. It works fine if the source contains just one item.
Here is the criteria example:
=([Forms]![frmRETIREMENT_R EPORT]![cboUNIT])
Problem is the table I am referencing from cboUNIT is setup into groups and each group contains multiple items. For example GROUP1 is units 4,7 and 8.
I can make the query / form work just fine if cboUNIT is just bound to a table which contains one unit per record, but I need the form to be able to just select my defined groups.
So my question is, is it possible using my example criteria to have cboUNIT be bound to a table with a record that is something like ("Unit 04" or "Unit 07" or "Unit 08")? Please help.
Comment