T
Tara
I posted a message on this several weeks ago and got a
reply from Tom (thanks by the way), however I didn't
completely understand it and am still having problems so
here it goes again. I have a query that pulls test data
from a table called "tblChildTests". Each child in this
table can have several instances of several different
tests. For example, Child 1 can have a Lit test on
01/01/2004 and another Lit tests on 01/29/2004. He can
also have a Readers test on 01/01/2004 another on
02/10/2004, etc. What I need is to assign each of these
tests a value based on the test date, so...Child 1's Lit
test on 01/01/2004 is 1, his Lit test on 01/29/2004 is 2,
Readers test on 01/01/2004 is 1, etc. I know this can be
done much easier in a report, but I need to do it in the
query because I then have to calculate due dates for
future tests based on these numbers.
reply from Tom (thanks by the way), however I didn't
completely understand it and am still having problems so
here it goes again. I have a query that pulls test data
from a table called "tblChildTests". Each child in this
table can have several instances of several different
tests. For example, Child 1 can have a Lit test on
01/01/2004 and another Lit tests on 01/29/2004. He can
also have a Readers test on 01/01/2004 another on
02/10/2004, etc. What I need is to assign each of these
tests a value based on the test date, so...Child 1's Lit
test on 01/01/2004 is 1, his Lit test on 01/29/2004 is 2,
Readers test on 01/01/2004 is 1, etc. I know this can be
done much easier in a report, but I need to do it in the
query because I then have to calculate due dates for
future tests based on these numbers.