J
JOM
I have a table that has a date field in in it. I would ike to create a query
that uses that date field and collects a total of all the rqsts upto that
date and not only that date e.g., if I have the following information in my
table
RqstID DateRcvd EmpID
0001 09/01/05 1
0002 09/01/05 1
0003 09/01/05 2
0004 09/02/05 2
0005 09/03/05 1
0006 09/04/05 1
So if I enter the date 09/02/05 I would like to get a total of 4 and not 1
that uses that date field and collects a total of all the rqsts upto that
date and not only that date e.g., if I have the following information in my
table
RqstID DateRcvd EmpID
0001 09/01/05 1
0002 09/01/05 1
0003 09/01/05 2
0004 09/02/05 2
0005 09/03/05 1
0006 09/04/05 1
So if I enter the date 09/02/05 I would like to get a total of 4 and not 1