Totals in a report

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

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!!!
 
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!!!
 
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!!!
 
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!!!
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top