Hello,
I am not exactly how to explain. I know I can Group a query.
I have a groupped query with two fields Machine and ItemNum.
An item might appear in multiply machines, so I could do a first(Machine) and then a count on the machine field and that would give me the first amchine it finds and how many others the item can run on.
My question is is there a way that I can build a field that shows all the machines the item runs in
for examle
From tnis:
machine Item
500 123
600 123
700 123
to this
Machine Item NewField
500 123 500, 600, 700
Not sure if this can be done
thanks for any help or pointing me in the right direcction
I am not exactly how to explain. I know I can Group a query.
I have a groupped query with two fields Machine and ItemNum.
An item might appear in multiply machines, so I could do a first(Machine) and then a count on the machine field and that would give me the first amchine it finds and how many others the item can run on.
My question is is there a way that I can build a field that shows all the machines the item runs in
for examle
From tnis:
machine Item
500 123
600 123
700 123
to this
Machine Item NewField
500 123 500, 600, 700
Not sure if this can be done
thanks for any help or pointing me in the right direcction