Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Chris Miller on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

update query for import data format

Status
Not open for further replies.

Guest_imported

New member
Jan 1, 1970
0
Hi there,

I need some programming help with changing raw data in vertical format into more conventional horizontal or record format that Access will accept for my existing queries and forms. To explain my point the data I have is in the format

Fred apple
Fred orange
Fred pear
Sally orange
Sally apple
Tony orange
Tony banana

I need to change it so that I have one record with multiple columns (random for each record) for each person. Eg.

Fred apple orange pear
Sally orange apple
Tony orange banana

I am under the imression that the best way to do it would probably be an update query, but I've no idea how to get it operating. Any help would be greatly appreciated !!

Thanks
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top