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
Windows 7 Pro BSOD Teefer2.sys
Entourage 2008 users can no longer login/sync to Exchange 2007
COleDateTime::GetCurrentTi<wbr />me when used with Other than Main Thread Gives Exception and strange behaviour
Cached domain credentials in Administrator account of Workgroup computer.
Network driver for Acer one - Model za3 ------ ao751h (Intel atom 1.3 Ghz)
Duplicate Resource IDs
How do I filter a combo box based on another combo box in a subform?
Create Table on the fly for BULK Insert
Earliest and latest times each day - mdb query
SBS 2008 / Exchange Server 2007/Outlook 2007 Sync Error 0X80072F06 - Offline Address Book