F
Fev
Hi
I am busy setting up a database for my market research company, and
have a query about setting up a table to store the Project Detail
information for each research project. While I do have some
understanding of the normalisation process, I also am not sure how to
store this information. The database will store information about the
demographics each research project will target and how many interviews
will be done in each demographic area. Project 1 may only require
interviews of females only in the following age groups 16 - 22; 23 -
30 and 31 - 39 in Regions 1, 2 and 3 for LSM 7, 8, 9 and 10, while
Project 2 may require interviews for both males and females in age
groups 18 - 24; 25 - 35, 36 - 49 and 50 - 65, in Regions 1, 4, 7, 8
and 9 for LSM 6 - 10. For each demographic group I will need to store
how many interviews are required and how many interviews have been
completed.
My first instinct would be to set up my Project Details table with the
following fields:
ProjectDetailID, ProjectID, Gender, AgeGroup, Region, LSM,
NoRequiredInterviews, NoSuccessfulInterviews
Would a crosstab query and report be able to compare the number of
required interviews versus the number of successfull interviews per
demographic group?
I would appreciate any input from more experienced database designers.
Thanks
Heather
I am busy setting up a database for my market research company, and
have a query about setting up a table to store the Project Detail
information for each research project. While I do have some
understanding of the normalisation process, I also am not sure how to
store this information. The database will store information about the
demographics each research project will target and how many interviews
will be done in each demographic area. Project 1 may only require
interviews of females only in the following age groups 16 - 22; 23 -
30 and 31 - 39 in Regions 1, 2 and 3 for LSM 7, 8, 9 and 10, while
Project 2 may require interviews for both males and females in age
groups 18 - 24; 25 - 35, 36 - 49 and 50 - 65, in Regions 1, 4, 7, 8
and 9 for LSM 6 - 10. For each demographic group I will need to store
how many interviews are required and how many interviews have been
completed.
My first instinct would be to set up my Project Details table with the
following fields:
ProjectDetailID, ProjectID, Gender, AgeGroup, Region, LSM,
NoRequiredInterviews, NoSuccessfulInterviews
Would a crosstab query and report be able to compare the number of
required interviews versus the number of successfull interviews per
demographic group?
I would appreciate any input from more experienced database designers.
Thanks
Heather