N
New2Access
I am trying to create a report and I get an error message saying that "The
expression you entered is too complex" every time I try to save the formula
below in the 'Control Source' section. Is there any way I can divide this up
in the same formula? Can you please help?
=IIf([measure]='Address',[address_beginning],IIf([measure]='Customer',[customer_beginning],IIf([measure]='Mail',[mail_beginning],IIf([measure]='checks',[checks_beginning],IIf([measure]='License,[license_beginning],IIf([measure]='dates',[dates_beginning],IIf([measure]='TAX',[tax_beginning],IIf([measure]='FEE',[fee_beginning],IIf([measure]='ADDR',[addr_beginning],IIf([measure]='RSCH',[rsch_beginning],IIf([measure]='Search',[search_beginning],IIf([measure]='Job',[Job_beginning],[demographic_beginning]))))))))))))
expression you entered is too complex" every time I try to save the formula
below in the 'Control Source' section. Is there any way I can divide this up
in the same formula? Can you please help?
=IIf([measure]='Address',[address_beginning],IIf([measure]='Customer',[customer_beginning],IIf([measure]='Mail',[mail_beginning],IIf([measure]='checks',[checks_beginning],IIf([measure]='License,[license_beginning],IIf([measure]='dates',[dates_beginning],IIf([measure]='TAX',[tax_beginning],IIf([measure]='FEE',[fee_beginning],IIf([measure]='ADDR',[addr_beginning],IIf([measure]='RSCH',[rsch_beginning],IIf([measure]='Search',[search_beginning],IIf([measure]='Job',[Job_beginning],[demographic_beginning]))))))))))))