I have an unbound field on a report that I use to show if the report is for "new business" or "conversions" - I basically have an if statement in the form that refers to the input form and if they selected "n" then "new business" appears on the report, otherwise "conversions" appears
I used =if([Forms]![frmMainReport]![norc]="n","New Business","Conversion"
However, I have added the option to show both New and Conversions in the report.
How do I add to the unbound box so that I can have a third criteria that states "Both New and Conversions" if they selected Both on the input form?
Thanks for the assistance!!!!!
Fred
I used =if([Forms]![frmMainReport]![norc]="n","New Business","Conversion"
However, I have added the option to show both New and Conversions in the report.
How do I add to the unbound box so that I can have a third criteria that states "Both New and Conversions" if they selected Both on the input form?
Thanks for the assistance!!!!!
Fred