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 Chris Miller on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Select Expert

john432

Technical User
Jan 8, 2024
10
US
Hello,

I'm trying to create a report that will show all customer parts/vendors that are shipping late. My current formula in Select Expert pulls all vendors but I'm trying to limit that to only vendors that have customers in the title. The formula listed below worked great until I added the Vendor Name field.

{POFOD.REV_DEL_DATE} <= {?DELIVERY DATE} and
{POFOD.BALANCE_DUE} > 0.00 and
{POFOD.PART_ID} <> "" and
{POFOM.VENDOR_NAME} like "CUSTOMER" <-How do I word this, so it pulls only Vendor with the word customer in it?

Thank you,
John
 

Part and Inventory Search

Sponsor

Back
Top