I am attempting to suppress a text field if other values are not meet.
In the format section I have a check box and then in the formula box I have:
(InStr({SOP10100.CSTPONBR}, "S" = 0)
and
({SOP10100.CUSTNMBR} <> "525900"
This means if the {SOP10100.CUSTNMBR} does not equal 525900 AND within string {SOP10100.CSTPONBR} there is not the letter "S" then suppress the field.
otherwise if {SOP10100.CUSTNMBR} = "525900" AND string {SOP10100.CSTPONBR} contains an "S" show the text.
If I use only one or the other I get results but if i used the two together I get the text to appear.
What the heck am I missing here.
Thanks
Mark
Email: markanas333@hotmail.com
In the format section I have a check box and then in the formula box I have:
(InStr({SOP10100.CSTPONBR}, "S" = 0)
and
({SOP10100.CUSTNMBR} <> "525900"
This means if the {SOP10100.CUSTNMBR} does not equal 525900 AND within string {SOP10100.CSTPONBR} there is not the letter "S" then suppress the field.
otherwise if {SOP10100.CUSTNMBR} = "525900" AND string {SOP10100.CSTPONBR} contains an "S" show the text.
If I use only one or the other I get results but if i used the two together I get the text to appear.
What the heck am I missing here.
Thanks
Mark
Email: markanas333@hotmail.com