I have a query that shows an entry date and an exit date for students - the data for each student for each school year has an entry an exit date.
example
student 101 in school year 07-08
Entry Date = 8/28/07
Exit date = 6/15/08
student 101 in the next school year 08-09
entry date = 8/26/08
exit date = 6/22/09
and this goes until they graduate
I want to capture the max exit date for student 101 at the query level in a filter but I get an error when I validate the filter
maximum ([Withdraw Date - E/W])
wrong expression type is the error message
any ideas????
PB
example
student 101 in school year 07-08
Entry Date = 8/28/07
Exit date = 6/15/08
student 101 in the next school year 08-09
entry date = 8/26/08
exit date = 6/22/09
and this goes until they graduate
I want to capture the max exit date for student 101 at the query level in a filter but I get an error when I validate the filter
maximum ([Withdraw Date - E/W])
wrong expression type is the error message
any ideas????
PB