buzzboychicago
Programmer
- Sep 20, 2004
- 34
If I have a table that has and AccountID and an Item, and I have multiple items per account ID for instance
Account ID Item
2453 ProductTypeA
2453 ProductTypeB
2453 ProductTypeC
How do I get the list of those product types into an email string? I don't know where to begin because any given Account ID might have more or less items than the next.
Thanks for any help...
Account ID Item
2453 ProductTypeA
2453 ProductTypeB
2453 ProductTypeC
How do I get the list of those product types into an email string? I don't know where to begin because any given Account ID might have more or less items than the next.
Thanks for any help...