G
Guest
Is it possible to design a query that will group records where the first n
characters match on multiple records?
I'm trying to summarize sales data by customer and when there are 10 sales
for "XYZ" and 10 sales for "XYZ Inc", both customers are the same company, I
need all 20 sales to be totaled on one line. If I could match on the first 3
characters, that would do the trick, but I don't know how to do it.
Thanks,
Frank
characters match on multiple records?
I'm trying to summarize sales data by customer and when there are 10 sales
for "XYZ" and 10 sales for "XYZ Inc", both customers are the same company, I
need all 20 sales to be totaled on one line. If I could match on the first 3
characters, that would do the trick, but I don't know how to do it.
Thanks,
Frank