JoseQuiervo
Programmer
I have a model number field that is duplicated (no more than 2 copies of the same data). What I'd like to do, is bring the 2 docs that have the duplicate model number together as one doc in a view. Is this possible?
(ie)
ModelNumber - xyz, Field2 - 10, Field3 - 2500
ModelNumber - xyz, Field2 - 100, Field3 - 1450
What I want:
ModelNumber - xyz, Field2 - 10/100, Field3 - 2500/1450
Now, the slash is a slash not a divisor. And that doesn't necessary have to be how it looks, it's just an example. The rest I can do, I just would like to bring the 2 docs together that have the same model number.
Thanks for the help!
(ie)
ModelNumber - xyz, Field2 - 10, Field3 - 2500
ModelNumber - xyz, Field2 - 100, Field3 - 1450
What I want:
ModelNumber - xyz, Field2 - 10/100, Field3 - 2500/1450
Now, the slash is a slash not a divisor. And that doesn't necessary have to be how it looks, it's just an example. The rest I can do, I just would like to bring the 2 docs together that have the same model number.
Thanks for the help!