Here is what i am hoping to do
in an excisting database
there is a table that is set up like this
id 01_grade 01_recieved 02_grade 02_recived 03_grade 03_Recieved
01 95 2/22/2009 80 2/22/2009 100 2/01/2009
02 85 2/10/2009 100 2/22/2009 100 1/01/2009
with this go on for 50 grades
what i need to do if possible is set up a query
that would search each recieved field and return for me
only the grades which have a specific recieved date
so in the above example if i wanted 2/22/2009
it should return to me
id grade date
01 95 2/22/2009
01 80 2/22/2009
02 100 2/22/2009
this is a little simplified it will also pull from a couse name field to include that and possibly some other info
but if someone can show me how to do this i can figure out the rest
Thanks for any help
Randall
in an excisting database
there is a table that is set up like this
id 01_grade 01_recieved 02_grade 02_recived 03_grade 03_Recieved
01 95 2/22/2009 80 2/22/2009 100 2/01/2009
02 85 2/10/2009 100 2/22/2009 100 1/01/2009
with this go on for 50 grades
what i need to do if possible is set up a query
that would search each recieved field and return for me
only the grades which have a specific recieved date
so in the above example if i wanted 2/22/2009
it should return to me
id grade date
01 95 2/22/2009
01 80 2/22/2009
02 100 2/22/2009
this is a little simplified it will also pull from a couse name field to include that and possibly some other info
but if someone can show me how to do this i can figure out the rest
Thanks for any help
Randall