What I'm about to ask for is very common in normal coding... one table for demographics... one table for products purchased. I need a report that ends up like this:
Buyer Name
Buyer Address
Buyer Phone
- - - - - - - - - - -
Item Purchased #1
Item Purchased #2
Item Purchased #3 (and on and on).
I understand how to create a view linking two tables by say... BuyerID... but can't figure out how to list the demographics just ONCE and then the products purchased in a report where multiple buyers are listed... each with their demographics, then purchased items below.
You can post now and register later.
If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.
Question
waltmayo
What I'm about to ask for is very common in normal coding... one table for demographics... one table for products purchased. I need a report that ends up like this:
Buyer Name
Buyer Address
Buyer Phone
- - - - - - - - - - -
Item Purchased #1
Item Purchased #2
Item Purchased #3 (and on and on).
I understand how to create a view linking two tables by say... BuyerID... but can't figure out how to list the demographics just ONCE and then the products purchased in a report where multiple buyers are listed... each with their demographics, then purchased items below.
Help!
Walt
Link to comment
Share on other sites
6 answers to this question
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.