T
talktobatchu
Hello
there is a table where the data related to the
number of cases of a particular disease are stored with
year, name of the county, age groups and so on as
columns. It happens to be that, year and countyname are
getting repeated each time in entering the values for
different years for the respective counties.
Table Design:
Field Name - Data Type
Entry ID - AutoNumber
Year - Number
CountyName - Text
TotalNumberOfCases - Number
AgeGroup(<15) - Number
AgeGroup(15-17) - Number
AgeGroup(18-19) - Number
AgeGroup(20-24) - Number
AgeGroup(25-29) - Number
AgeGroup(30-34) - Number
AgeGroup(>35) - Number
the table contains data by year and county wise for the
age groups available.so the year and countynames appear
manytimes in the table.anybody can help me in suggesting
a efficient table design.
thanks for any help.
regards
talktobatchu
there is a table where the data related to the
number of cases of a particular disease are stored with
year, name of the county, age groups and so on as
columns. It happens to be that, year and countyname are
getting repeated each time in entering the values for
different years for the respective counties.
Table Design:
Field Name - Data Type
Entry ID - AutoNumber
Year - Number
CountyName - Text
TotalNumberOfCases - Number
AgeGroup(<15) - Number
AgeGroup(15-17) - Number
AgeGroup(18-19) - Number
AgeGroup(20-24) - Number
AgeGroup(25-29) - Number
AgeGroup(30-34) - Number
AgeGroup(>35) - Number
the table contains data by year and county wise for the
age groups available.so the year and countynames appear
manytimes in the table.anybody can help me in suggesting
a efficient table design.
thanks for any help.
regards
talktobatchu