Change Query Data Format

naobao

Registered User.
Local time
Today, 10:49
Joined
Feb 13, 2014
Messages
99
How to use modules to convert query from A format to B format?

A Format
101001 A2
101001 A8
101001 C1
101001 D12
101002 B12
101002 C1
101002 J10

change to...B format
101001 A2, A8, C1, D12
101002 B12, C1, J10

Thanks!
 
Hi naobao
See if the attached crosstab query is any use to you.
If not, then it will need the use of vba.
 

Attachments

Hi naobao
See if the attached crosstab query is any use to you.
If not, then it will need the use of vba.
I have many records in query, crosstab is too many fields...
I think vba is good to me.

Thank you so much!
 
I'd be looking at Minty's suggestion?
 

Users who are viewing this thread

Back
Top Bottom