G
Gil Lopes via AccessMonster.com
Hi!
I' m trying to build a report based on a select query.
One of the querys fields states a price for a date series.
I would like to retreive to my report the higher value for the price column.
I tryed a textbox in my report that says:
=Max([rendabertos]![Cotação]) ----> rendabertos is my query and cotação is
the field in that query.
Needless to say that it didn' t work : )
I wanted the same for the lower value, and tryed to use the same expression,
but with "min".
Any help?
Thanks!!!!
I' m trying to build a report based on a select query.
One of the querys fields states a price for a date series.
I would like to retreive to my report the higher value for the price column.
I tryed a textbox in my report that says:
=Max([rendabertos]![Cotação]) ----> rendabertos is my query and cotação is
the field in that query.
Needless to say that it didn' t work : )
I wanted the same for the lower value, and tryed to use the same expression,
but with "min".
Any help?
Thanks!!!!