I'm having a problem with a form that have checkboxes that uses a macro to open a report. I keep getting the error message when the report opens. My unbound form has a option group (Group1) that displays These labels and their option value:
Mailclerk=1, Inventoryclerk=2, Janitor=3, Carpenter=4, Printer=4. When one of these jobs are checked, I want to preview my report(ClientSkillsList) and view only those clients that has that selected skill.
My macro is:
Condition Action FilterName WhereCondition
[Group1]=1 ApplyFilter qrySills [MailClerk]=True
[Group1]=2 ApplyFilter " [InventoryClerk]=True
[Group1]=3 " " " [Janitor]=True
[Group1]=4 " " " [Printer]=True
Any suggestion or help is welcome! Thank you guys in advance.
Mailclerk=1, Inventoryclerk=2, Janitor=3, Carpenter=4, Printer=4. When one of these jobs are checked, I want to preview my report(ClientSkillsList) and view only those clients that has that selected skill.
My macro is:
Condition Action FilterName WhereCondition
[Group1]=1 ApplyFilter qrySills [MailClerk]=True
[Group1]=2 ApplyFilter " [InventoryClerk]=True
[Group1]=3 " " " [Janitor]=True
[Group1]=4 " " " [Printer]=True
Any suggestion or help is welcome! Thank you guys in advance.