Totals in a report

K

KSIMMSA

I have a report that is filtered by a form. I need to be able to get a count
of the total amount of items in the table including what is being filtered.

Thanks in Advance for your help!!!
 
K

KSIMMSA

thanks, but i'm getting an error message.

Duane Hookom said:
You can use
=DCount("*","[the unnamed item table]")

--
Duane Hookom
MS Access MVP
--

KSIMMSA said:
I have a report that is filtered by a form. I need to be able to get a
count
of the total amount of items in the table including what is being
filtered.

Thanks in Advance for your help!!!
 
D

Duane Hookom

I'm having trouble seeing:
1) your actual table name
2) the expression you typed into the control source
3) your error message

--
Duane Hookom
MS Access MVP
--

KSIMMSA said:
thanks, but i'm getting an error message.

Duane Hookom said:
You can use
=DCount("*","[the unnamed item table]")

--
Duane Hookom
MS Access MVP
--

KSIMMSA said:
I have a report that is filtered by a form. I need to be able to get a
count
of the total amount of items in the table including what is being
filtered.

Thanks in Advance for your help!!!
 
K

KSIMMSA

I figured it out...Thanks a Million:).....I was using the field name not the
table name.

Duane Hookom said:
I'm having trouble seeing:
1) your actual table name
2) the expression you typed into the control source
3) your error message

--
Duane Hookom
MS Access MVP
--

KSIMMSA said:
thanks, but i'm getting an error message.

Duane Hookom said:
You can use
=DCount("*","[the unnamed item table]")

--
Duane Hookom
MS Access MVP
--

I have a report that is filtered by a form. I need to be able to get a
count
of the total amount of items in the table including what is being
filtered.

Thanks in Advance for your help!!!
 
Top