Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Westi on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Narrowing down report selection (statement?)

Status
Not open for further replies.

aj3221

Technical User
May 14, 2008
79
US
I am running a report on customers who buy broken case products. I have two fields that give me what I need.

Our U/M and the Customers U/M. If the 2 equal then I don't want to see it on the report.

Example:

I wouldn't want to see this (because we sell in cs and they buy in cs):
Cust# Item# Desc Qty Ship Our U/M Cust U/M
001234 SLS123 Straws 10 CS CS

I would want to see this:
Cust# Item# Desc Qty Ship Our U/M Cust U/M
001234 SLS123 Straws 5 CS BX

I don't know how to say to not pull the same u/m only ones that don't match.
 
Hi,
Use a record selection formula something like this:
Code:
{Our U/M} <> {Cust U/M}



[profile]

To Paraphrase:"The Help you get is proportional to the Help you give.."
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top