realstandman
IS-IT--Management
I have a query that I'm using the criteria to pull from a form. If the form = "All Medical" then I need it to use 2 of the value list for criteria. Here is what I have. It gives me the expression is too complex error.
IIf([Forms]![frmQA_Report_Interface]![Producttype]="All Medical","HCFA" And "UB",[Forms]![frmQA_Report_Interface]![Producttype])
The list values are
HCFA
UB
All Medical
Flex
Dental
Pharmacy
Thanks for any suggestions.
Don't think and the solution will come.
IIf([Forms]![frmQA_Report_Interface]![Producttype]="All Medical","HCFA" And "UB",[Forms]![frmQA_Report_Interface]![Producttype])
The list values are
HCFA
UB
All Medical
Flex
Dental
Pharmacy
Thanks for any suggestions.
Don't think and the solution will come.