K
kjmeyer
I am new to relational database design and have just hit upon the idea that with the project that I am working on I might be better off using one large table (more fields) and not trying to relate multiple tables of data
If I do it this way is it reasonable to use Access to enter data into records using forms and pull data from records using queries if I am using only single table? I also want to be able to print reports and develop more advanced queries as I learn the program
Beyond this Yes or no question let me describe the situation and maybe someone could make a constructive suggestion
I am trying to track results of 8 different tests over a period of 3 years for 800+ students. They all have a unique student ID, first names, last names, etc - one possible table. One group of tests is scored 1-4 (four possible results) - a second possible table) and another group of tests is scored 1.0 - 12.0 (one hundred and 20 possible results) - a third possible table. I am having a hard time thinking of how to relate these tables if they are even conceived correctly in terms of a relational database. I think that each record of a student that includes a unique student ID a semi unique name, should also just include the score for each test taken even though it will not be a unique number.
Thanks for any advic
kjmeye
If I do it this way is it reasonable to use Access to enter data into records using forms and pull data from records using queries if I am using only single table? I also want to be able to print reports and develop more advanced queries as I learn the program
Beyond this Yes or no question let me describe the situation and maybe someone could make a constructive suggestion
I am trying to track results of 8 different tests over a period of 3 years for 800+ students. They all have a unique student ID, first names, last names, etc - one possible table. One group of tests is scored 1-4 (four possible results) - a second possible table) and another group of tests is scored 1.0 - 12.0 (one hundred and 20 possible results) - a third possible table. I am having a hard time thinking of how to relate these tables if they are even conceived correctly in terms of a relational database. I think that each record of a student that includes a unique student ID a semi unique name, should also just include the score for each test taken even though it will not be a unique number.
Thanks for any advic
kjmeye