0

Not Equal Help

I need a report to pick up a field "No." from an "Item" table where No. = 1102* or 1202* but is not equal to a 20 character value beginning with 1102 and ending with 00. For example: 1102??????????????00.

The following does not work. The report picks up all No. fields with 1102??????????????00.

=NL("Rows","Item","No.","No.","1102*|1202*&<>1102??????????????00")
I think the above example shows what I am attempting even though it does not work.

Does anyone have any suggestions? Can it be done with Jet Reports?

Thanks

2 comments

Please sign in to leave a comment.