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
Remove page lines in excel
in Excel - is it possible to copy only the numeric values in a given column? I want to copy a column which contains text & numbers - but I only need the numbers t
What does this mean - Passing variables
Compile Error: Object Required
File or Folder Selection
Access a SBS 2003 remotely via Remote Desktop gives a Logon Error.
Populate missing values in specific Excel worksheet and import into Access
Powerpoint slide numbering - start on page 3 as page number 1, question re-posted
One to one relationship Access 2003 and a dlookup
Help with GPEDIT.MSC