Apprentice101
IS-IT--Management
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
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