A
Andy C Matthews
Hi there,
I hope someone can help me with this. I've got a query pulling data from two
related tables - tblParcels and tblTask. One Task has many Parcels. This
query displays data like this:
Task Parcel
001 123242
001 343254
001 353532
002 454543
002 535343
What I want to do is have it display like this:
Task Parcel1 Parcel2 Parcel3 Parcel4
001 123242 343254
Hope someone can help!
Andy, UK
I hope someone can help me with this. I've got a query pulling data from two
related tables - tblParcels and tblTask. One Task has many Parcels. This
query displays data like this:
Task Parcel
001 123242
001 343254
001 353532
002 454543
002 535343
What I want to do is have it display like this:
Task Parcel1 Parcel2 Parcel3 Parcel4
001 123242 343254
Hope someone can help!
Andy, UK