I have a list of students. I have one table and associated table that contains their basic information. I have another table and form that contains assignment information, including when the assignment is given and date due. In the assignment form, I can filter it to see all the assignments that a particular student has not submitted and a field that shows how many days until due/past due each assignment is - using the DateDiff function. I want to be able to make a field on the BASIC INFO form that returns the max value of that particular student's overdue assignments (ie. returns a number of the days past due for the MOST overdue assignment). Currently I can't figure out how to do this, because the assignments form field that shows the overdue number of days is caculated via the DateDiff only when that form is opened.
Thanks!
2007-03-22
01:48:39
·
2 answers
·
asked by
ArmyAIRBORNE1
1
in
Computers & Internet
➔ Programming & Design