How to calculate hide records while calculate their totals

T

Ty Archer

I am looking to create a report that shows records for a
specific date (ie from Jan - Mar), however, I want to
calculate an overall total even for those records not
shown on the report. Therefore even though the records
from May - Dec will be hidden in the detail section, the
overall total will include the hidden data. Thanks very
much.
 
D

Duane Hookom

You can use code in the On Format event like
Cancel = Me.txtSpecificDate>=#3/1/2003#
 

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

Top