J
Jeffrey Marks
Hi
I got an Access database from the government. It's by no means optimal. They have a table of test scores that looks like this:
Student Number
MathTestScore2009-2010
ReadingTestScore2009-2010
MathTestScore2008-2009
ReadingTestScore2008-2009
(and then continued for earlier years)
my query needs to check all years and see if the score for each test (Math,reading, etc) is greater than 400. If it is, then I need to add 1 to the total tests passed. Otherwise not. Also if they passed the test in 2008-2009, the score for 2009-2010 will be blank/null because they no longer need totake the test once they pass.
Is there a way to do this using a table with the above format? Or should I put the time in (and time is very tight on this phase of the project) to optimize the database and then try this? What design would best suit these fields, by year or by test?
Thanks
Jeff
I got an Access database from the government. It's by no means optimal. They have a table of test scores that looks like this:
Student Number
MathTestScore2009-2010
ReadingTestScore2009-2010
MathTestScore2008-2009
ReadingTestScore2008-2009
(and then continued for earlier years)
my query needs to check all years and see if the score for each test (Math,reading, etc) is greater than 400. If it is, then I need to add 1 to the total tests passed. Otherwise not. Also if they passed the test in 2008-2009, the score for 2009-2010 will be blank/null because they no longer need totake the test once they pass.
Is there a way to do this using a table with the above format? Or should I put the time in (and time is very tight on this phase of the project) to optimize the database and then try this? What design would best suit these fields, by year or by test?
Thanks
Jeff