Table design question

J

Juan Correa

Hello,
I've been trying to figure out how to set up this table that I need for a
database that I'm working on, but it's all been in vain.

Access 2003

tbl_Countries: ---> 44 records
countryCode (PK)
countryName

tbl_Pricing: --- 160 records
productID (PK)
companyPID
Price

And now the one that is giving me headaches
Each particular product can be "covered" or "not covered" at each particular
country.
And my question:
Am I stuck creating a three column table like this:
tbl_coverage: ---> 7040 records (160 products x 44 countries)
countryCode
productID
coverage
This table would have to have a "PK" from the combination of countryCode and
productID.

Or is there a more efficient way of getting this done?

Thanks
JC
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Similar Threads

Order Entry type form to add to three tables 12
Table Design 5
historic VAT Rate lookup 10
design question.. 1
Design Question 8
Design Help 5
Many to Many Table design 4
Table Design Question 3

Top