how can i do.....

G

Gelo

hi
I have this file in a group footer : =(Max([date])-Min([date])+1)
Now I need to get a total of the resulting value in the report footer but I
always got a error. How can I resolve that?

Please this is urgent for me.
 
D

Duane Hookom

Is your text box in the Report Footer or the Page Footer?
Also, check the name of the text box.
 
G

Gelo

the text box is in the Report Footer. That is ok. But what i really need is
to sum or Accumulate the value returned for the expression an show this total
in the report footer

Duane Hookom said:
Is your text box in the Report Footer or the Page Footer?
Also, check the name of the text box.

--
Duane Hookom
MS Access MVP
--

Gelo said:
hi
I have this file in a group footer : =(Max([date])-Min([date])+1)
Now I need to get a total of the resulting value in the report footer but
I
always got a error. How can I resolve that?

Please this is urgent for me.
 
D

Duane Hookom

I don't understand your latest question. I thought I understood your first
post ie: you wanted to determine the difference between the max and min
values in field/column named [Date].

Now, I am not so sure what you are asking. Perhaps you should enter a few
records and the expected results.

--
Duane Hookom
MS Access MVP
--

Gelo said:
the text box is in the Report Footer. That is ok. But what i really need
is
to sum or Accumulate the value returned for the expression an show this
total
in the report footer

Duane Hookom said:
Is your text box in the Report Footer or the Page Footer?
Also, check the name of the text box.

--
Duane Hookom
MS Access MVP
--

Gelo said:
hi
I have this file in a group footer : =(Max([date])-Min([date])+1)
Now I need to get a total of the resulting value in the report footer
but
I
always got a error. How can I resolve that?

Please this is urgent for me.
 
Top