Hi!
Using Access97, i have a table that goes like this:
Cust# Prod#
_______________
0001 1234
0001 2345
0001 3456
0002 4321
0002 5432
0002 6543
and i would like to create a table like this:
Cust# Prod1 Prod2 Prod3
________________________________
0001 1234 2345 3456
0002 4321 5432 6543
Is there an easy way to do this?
Thanks
Aietoe
Using Access97, i have a table that goes like this:
Cust# Prod#
_______________
0001 1234
0001 2345
0001 3456
0002 4321
0002 5432
0002 6543
and i would like to create a table like this:
Cust# Prod1 Prod2 Prod3
________________________________
0001 1234 2345 3456
0002 4321 5432 6543
Is there an easy way to do this?
Thanks
Aietoe