
Originally Posted by
jbarrum
you are on the right track but you will need more then three tables. From what you have told me you will need the following tables:
1) [Paid_adds] holds your paid advertisments
2) [Suppliers] 1 to many => [paid_adds]
3) [products] 1 to many => [Suppliers]
4) [product_catagory] 1 to many [products]
5) [Pr_Agency] 1 to many => [paid_adds]
6) [Media] 1 to many => [PR_Agency]
7) [Media_Type] 1 to many => [media]
Once this has been done then you can create queries to total your add dollars by PR_Agency, Product, etc....
I can help you with the reprots and queries once you get to that point.