Conditional Paragraph Text

  • Thread starter Thread starter Arndres
  • Start date Start date
A

Arndres

I have a form letter report where I need a paragraph to if the is not equal
to 2 paramaters (i.e =IIf([groupno]<>"M12345" or <>"M652185","If you have
chosen...")
However this does not work. Could someone please help with the Or operator
for a conditional paragraph. Thanks
 
Arndres said:
I have a form letter report where I need a paragraph to if the is not equal
to 2 paramaters (i.e =IIf([groupno]<>"M12345" or <>"M652185","If you have
chosen...")
However this does not work. Could someone please help with the Or operator
for a conditional paragraph. Thanks

=IIf([groupno]<>"M12345" or [groupno]<>"M652185","If you...
 
Back
Top