B
bladelock
I have a report that is generated by a query.
My Query1 has these fields: fDate, Name, Amt In the Critiera field for
(fDate) I have: Between [Start Date] and [Ending Date].
This all works fine on the report with Sum for Amt at the end of the report.
The data looks like this
fDate Name Amt
01/01/2005 Tom 10.00
01/05/2005 Joe 20.00
01/30/2005 John 30.00
01/30/2005 Frank 30.00
The user only want to print what he entered today which is 01/30/2005
Which he will enters in the Dialog box of dates 01/30/2005 and 01/30/2005
inturn, it prints two names and a total of $60.00. HERE IS THE PROBLEM:
The user want to the total of the whole month of $90.00 but only see what he
input on the dates he entered in the Dialog box.
Is there a way of doing this? I only using simple query and reports functions?
Thanks
My Query1 has these fields: fDate, Name, Amt In the Critiera field for
(fDate) I have: Between [Start Date] and [Ending Date].
This all works fine on the report with Sum for Amt at the end of the report.
The data looks like this
fDate Name Amt
01/01/2005 Tom 10.00
01/05/2005 Joe 20.00
01/30/2005 John 30.00
01/30/2005 Frank 30.00
The user only want to print what he entered today which is 01/30/2005
Which he will enters in the Dialog box of dates 01/30/2005 and 01/30/2005
inturn, it prints two names and a total of $60.00. HERE IS THE PROBLEM:
The user want to the total of the whole month of $90.00 but only see what he
input on the dates he entered in the Dialog box.
Is there a way of doing this? I only using simple query and reports functions?
Thanks