L
LordTico via AccessMonster.com
Hi
I have a Billing Report. This one reports all the bills from one date to
another. This dates are specified in a previous form with filters. So you
apply the filter in the form, press a button and you get a report based in
the form with the same filters.
I want to print in the report "Billing Report from [first date] to [last
date]" (to know from when to when are the bills being listed)
For this I've created 2 textbox controls with the following data source
property for each one
=max([date])
=min([date])
I've also tryied with first and last but nothing seems to work (because
max/min and first and last doesn't work with dates.
I can't use dmax/dmin neither dfirt/dlast because the data source is a
report not a table.
any suggestions???
thx
Tico
I have a Billing Report. This one reports all the bills from one date to
another. This dates are specified in a previous form with filters. So you
apply the filter in the form, press a button and you get a report based in
the form with the same filters.
I want to print in the report "Billing Report from [first date] to [last
date]" (to know from when to when are the bills being listed)
For this I've created 2 textbox controls with the following data source
property for each one
=max([date])
=min([date])
I've also tryied with first and last but nothing seems to work (because
max/min and first and last doesn't work with dates.
I can't use dmax/dmin neither dfirt/dlast because the data source is a
report not a table.
any suggestions???
thx
Tico