I am having trouble adding different values in the same text field together. Think of it like doing a SUM on a field in a table. However, with XT it obviously doesn't work.
I read how to do this if they were in different fields, but can't figure out how to do this if the values are in the same field.
I have a list of customers and the products they own. I want to 'reduce' that to one line per customer and a single field which has each of the products they own separated by a ' + '. It would look something like this:
Customer1 ProductA
Customer1 ProductB
Customer2 ProductB
Customer2 ProductC
Customer3 ProductB
Result:
Customer1 ProductA + ProductB
Customer2 ProductB + ProductC
Customer3 ProductB
This is really bugging me so I know it has to be simple. I find that I do a lot of things in Access the hard way until someone shows me the right way.
Any help would be great! Thanks!
I read how to do this if they were in different fields, but can't figure out how to do this if the values are in the same field.
I have a list of customers and the products they own. I want to 'reduce' that to one line per customer and a single field which has each of the products they own separated by a ' + '. It would look something like this:
Customer1 ProductA
Customer1 ProductB
Customer2 ProductB
Customer2 ProductC
Customer3 ProductB
Result:
Customer1 ProductA + ProductB
Customer2 ProductB + ProductC
Customer3 ProductB
This is really bugging me so I know it has to be simple. I find that I do a lot of things in Access the hard way until someone shows me the right way.
Any help would be great! Thanks!