P
pat67
Ok i have a form with a query showing value from different weeks in a
chart. The numbers are large so i cannot show the values for each on
the chart because then the chart would be difficult to read. So what i
am trying to do is show the current value in a text box. I used dsum
like this in the control source
=DSum("[Cancel Value]","qryExc_Message_Weekly_1",Max([Date]))
but this totals the entire list not the max date. I ran a query and i
can get the result i am looking for if i use the exact date,
5/16/2011, in the criteria of the Date field. So i need to know how to
do that in a text box. Any ideas?
chart. The numbers are large so i cannot show the values for each on
the chart because then the chart would be difficult to read. So what i
am trying to do is show the current value in a text box. I used dsum
like this in the control source
=DSum("[Cancel Value]","qryExc_Message_Weekly_1",Max([Date]))
but this totals the entire list not the max date. I ran a query and i
can get the result i am looking for if i use the exact date,
5/16/2011, in the criteria of the Date field. So i need to know how to
do that in a text box. Any ideas?