What is best method to track pricing of +40K unique items?

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

I am trying to track over 40,000 types of pharmaceutical drugs and their
change in cost month-to-month. What would be the best way to do this as well
as any data analysis?
 
JFrickel said:
I am trying to track over 40,000 types of pharmaceutical drugs and their
change in cost month-to-month. What would be the best way to do this as well
as any data analysis?

I would start with two tables. First table has all the drugs,
descriptions, etc., but *no pricing*. Second table has a foreign key to
the drugs table, an effective date, and amount.

Does this help?

Sounds like a lot of data entry!
 

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

Back
Top