I think I have read and tried every post and FAQ on this subject. Nothing worked for me yet it seems so simple.
I have one table - APUnits
This table has three fields.
ID Unit Amount
I want to write a query that takes this data
ID Unit Amount
1 ABC $1500.00
1 DEF $1200.00
2 ABC $500.00
2 DEF $750.00
2 GHI $125.00
And output this for the Unit field to be used on a report;
ID Unit
1 ABC, DEF
2 ABC, DEF, GHI
I have tried Duane's Concatenate and some other functions and all I get with them is an "Undefined Function" error.
This seems so simple and I have done much more complex things but this has me stumped.
Thanks in advance,
Mark
I have one table - APUnits
This table has three fields.
ID Unit Amount
I want to write a query that takes this data
ID Unit Amount
1 ABC $1500.00
1 DEF $1200.00
2 ABC $500.00
2 DEF $750.00
2 GHI $125.00
And output this for the Unit field to be used on a report;
ID Unit
1 ABC, DEF
2 ABC, DEF, GHI
I have tried Duane's Concatenate and some other functions and all I get with them is an "Undefined Function" error.
This seems so simple and I have done much more complex things but this has me stumped.
Thanks in advance,
Mark