Microsoft
Software
Hardware
Network
Question : Unequal multi-table update statement (Access)
My wife needs a database for her work in a school. It needs to track student reading scores and compare them to a target.
The way the target goal is figured out is to look at the first score for a student in a quarter and then add 2.5 (correct words per minute) per school week until the end of the quarter.
I made a table, tblSchoolWeeks, that has each week of the school year in it along with the increase amount based on where it falls in the quarter. That way some weeks, like during winter or spring breaks, dont count towards increasing the reading level.
So what I need help with, well that would be everything, what I most need help with is with an update query. A reading score and test date is entered into tblTestScores. What I want the update query to do is grab the first test score for that student in that quarter and then add the appropriate target increase number based on when the test took place (if it took place in the 3rd week of a quarter then the target is the first score for that quarter plus 5 points).
If you could help with the update query or if you have a better way of doing this I would appreciate it.
Attached is a picture of the current table layout.
Thanks.
Answer : Unequal multi-table update statement (Access)
Error!!!
create view studentstartscoredate as select studentid, min(testdate) mintestdate
from testscores
GROUP BY STUDENTID
sorry about that...
Random Solutions
Crystal reports integrated with MFC?
How to Get a List of Access Macro objects in VBA?
Internet Drivers for IBM R51 Thinkpad
Help with formula in VBA for summing cells from two ranges into a third range
Calendar Options grids
Set Word 2010 as default for .doc and .docx
error saying 'External table is not in the expected format.' when trying to update database from a dataset
unlock the "local area connection' of windows xp
Change Required Error Message - Access 2007
failure to convert ???