Hello,
I am quite puzzled at the moment. I am doing an Internship where I am responsible for creating a database with about 150-200 companies in it. There are currently 6 tables in my database. One table holds the primary key (text= Company name, table name= Company details) and links to other tables holding specific information like; brands; location of production plants and financial data.
Now the challenge. I have to come up with a report with company details AND financial information for about three years. My idea was to create a 7th, 8th and 9th table with a primary key linked to the "company details", holding 2007 and 2008 year-end financial information.
After I leave somebody else with little access knowledge must be able to update this database with, for instance, 2010 data.
Any ideas on how to keep the design simple and easily updatable? I am sure I am not the first who would like financials for multiple years shown for 1 company in a form right?
Any suggestions are welcome.
Thanks a lot!
I am quite puzzled at the moment. I am doing an Internship where I am responsible for creating a database with about 150-200 companies in it. There are currently 6 tables in my database. One table holds the primary key (text= Company name, table name= Company details) and links to other tables holding specific information like; brands; location of production plants and financial data.
Now the challenge. I have to come up with a report with company details AND financial information for about three years. My idea was to create a 7th, 8th and 9th table with a primary key linked to the "company details", holding 2007 and 2008 year-end financial information.
After I leave somebody else with little access knowledge must be able to update this database with, for instance, 2010 data.
Any ideas on how to keep the design simple and easily updatable? I am sure I am not the first who would like financials for multiple years shown for 1 company in a form right?
Any suggestions are welcome.
Thanks a lot!