Hi,
I am thinking of designing a database for the report that I am working in excel to a database. Every month we get a report with cumulated data of members. If there are new members they will be added to the excel report. My question is simply:
What is the best way to manage the data for every year in the database?
Should I create 1 table per year?
Should I create only 1 table with a field of the year's report so I can filter them later via combobox? -> What will happen to the PK id if I accmulate too many records over years?
How do you manage ur data over years?
I am thinking of designing a database for the report that I am working in excel to a database. Every month we get a report with cumulated data of members. If there are new members they will be added to the excel report. My question is simply:
What is the best way to manage the data for every year in the database?
Should I create 1 table per year?
Should I create only 1 table with a field of the year's report so I can filter them later via combobox? -> What will happen to the PK id if I accmulate too many records over years?
How do you manage ur data over years?