N
Nancy
Hi -- I maintain a database of children in a family
childcare network. I have a history table with multiple
records for each child. I'd like to create a select query
which will show the children's dates of entry and exit
from various programs over the last few years. The query
as I now have it shows more than one record with the same
programs start date. I'd like it to eliminate duplicate
start dates, and only show one record per child for each
different start date, the record with the most recent
program end date
ChildName Program Start Term
Luis Brito Basic 4/17/2003
Luis Brito Supportive 3/16/2001
Luis Brito Supportive 3/16/2001 4/8/2003
The above is an example of what I get now.
I'd like to see this:
Luis Brito Basic 4/17/2003
Luis Brito Supportive 3/16/2001 4/8/2003
Any suggestions for criteria that I can use to get my
desired results? Many thanks in advance for any ideas!!
childcare network. I have a history table with multiple
records for each child. I'd like to create a select query
which will show the children's dates of entry and exit
from various programs over the last few years. The query
as I now have it shows more than one record with the same
programs start date. I'd like it to eliminate duplicate
start dates, and only show one record per child for each
different start date, the record with the most recent
program end date
ChildName Program Start Term
Luis Brito Basic 4/17/2003
Luis Brito Supportive 3/16/2001
Luis Brito Supportive 3/16/2001 4/8/2003
The above is an example of what I get now.
I'd like to see this:
Luis Brito Basic 4/17/2003
Luis Brito Supportive 3/16/2001 4/8/2003
Any suggestions for criteria that I can use to get my
desired results? Many thanks in advance for any ideas!!