G
Guest
I need to develop a custom sort order for a control called ContactType on a
subreport. I've read in posts that this must be defined on the report Sorting
and Grouping rather than in the underlying query. The expression I am using
is too long for the Sorting/Grouping dialog box. It contains 15 IIf
statements that are structured as follows:
IIf([ContactType]=“POCâ€,1,IIf([ContactType]=“POC Altâ€,2)), etc. etc. I also
tested it in the query also, but I get a wrong syntax error message.
Can anyone offer help on this question?
subreport. I've read in posts that this must be defined on the report Sorting
and Grouping rather than in the underlying query. The expression I am using
is too long for the Sorting/Grouping dialog box. It contains 15 IIf
statements that are structured as follows:
IIf([ContactType]=“POCâ€,1,IIf([ContactType]=“POC Altâ€,2)), etc. etc. I also
tested it in the query also, but I get a wrong syntax error message.
Can anyone offer help on this question?