Reference: https://www.accessforums.net/queries...-if-32325.html
I'm actually looking to do something similar here.
I have similar data (I only need one field combined), I'll try and explain why I need them broken out...
Item Product
1-A 1
1-B 1
1-C 1
2-A 2
2-B 2
3-A 3
3-C 3
Above is a decent mimic of what I'm pulling from.
The preferable resulting data (at least, before a few more formulas) would be similar to this..
1 1-A 1-B 1-C
In finality I would like to get to...
1 A,B,C
A/B/C equate to different versions of the same product. I need these exported for display purposes, but they aren't gathered in anywhere convenient in our ERP software.
Also, for reference, I'm dealing with well over 1000 records that I'd like to consolidate. Each "Product" having 3-4 "versions"
Hopefully my answer will expound on the original question, and help get a resolution for both myself and DCV! Thanks so much for taking the time to read!