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 Chriss Miller on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

creating a report

Status
Not open for further replies.

Apprentice101

IS-IT--Management
Aug 16, 2004
66
US
I have three tables with one to many relationships:
Customer table Products ordered table
Customer ---> prod1
prod2
prod3

customer table locations table
Customer ---> location1
location2
location3

I need to create a report that combines all of my customers with its correponding info on one row and concatenates all of the many corresponding locations into one column and products ordered. For instance

Report
Customer | All Locations | Products Ordered
Penzoil | loc1, loc2, loc | prod1, prod2, prod3,

What is the best appoach to do this with ACCESS? if you have any examples, would you please be so kind to share them?
thanks!
joey_trivia@hotmail.com
 
You should probably post this in the Reports Forum.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top