Hello All!
I want to make sure i've "normalized" my data before i start inputting all these numbers, so here's some background. I am creating a table to track "metrics" (numbers) across various divisions in a company. There are several divisions (31) as well as several metrics (45) we are trying to track.
Currently, i have 5 tables:
tblDivision:
> pkDivID
> fkManagerID
> DivName
> DivResponderFirstName
> DivResponderLastName
tblManager (the contact in case the division above doesn't respond)
> pkManagerID
> ManagerFirstName
> ManagerLastName
tlbMetric
> pkMetricID
> fkMetricCategoryID
> MetricName
> MetricDescription
tblMetricCategory (6 categories that the metrics above fall into)
> pkMetricCategoryID
> CategoryName
tblFigures (where i actually gather the data)
> pkFigures
> fkDivID
> fkMetricID
> Nov
> Dec
> Jan
> etc....for 12 months of the fiscal year.
Does this look like a structure that should work? Am i missing something here? I am by no means an "Access expert", but i find it much easier when i'm designing my forms if my tables make sense!
Thanks for any help.
Andrew!
I want to make sure i've "normalized" my data before i start inputting all these numbers, so here's some background. I am creating a table to track "metrics" (numbers) across various divisions in a company. There are several divisions (31) as well as several metrics (45) we are trying to track.
Currently, i have 5 tables:
tblDivision:
> pkDivID
> fkManagerID
> DivName
> DivResponderFirstName
> DivResponderLastName
tblManager (the contact in case the division above doesn't respond)
> pkManagerID
> ManagerFirstName
> ManagerLastName
tlbMetric
> pkMetricID
> fkMetricCategoryID
> MetricName
> MetricDescription
tblMetricCategory (6 categories that the metrics above fall into)
> pkMetricCategoryID
> CategoryName
tblFigures (where i actually gather the data)
> pkFigures
> fkDivID
> fkMetricID
> Nov
> Dec
> Jan
> etc....for 12 months of the fiscal year.
Does this look like a structure that should work? Am i missing something here? I am by no means an "Access expert", but i find it much easier when i'm designing my forms if my tables make sense!
Thanks for any help.
Andrew!