Grand Totals

  • 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!!!
 
You would use criteria in your query to pull the data from the first day of
the year to the current date. I think it would be...

Between DateSerial(Year(Date()), 1, 1) and Date()
 
Rick,
thanks, but this still not giving me a count of data in the table for my
report.
 
You know, I just read through this post, and I don't think my responses were
intended for you. My post was intended for someone that asked a question
about year-to-date totals.

I am so sorry. Please disregard my posts.

You may want to repost your question because I doubt anyone will look at the
old one at this point.
 

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