Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations IamaSherpa on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Help with totals in an access report

Status
Not open for further replies.

nathank

ISP
Sep 14, 2001
2
US
I have a time clock program that inserts values into a database with username, time in a decimal format, and status.. The table looks <a href=&quot; this</a>.
I need a way to total the rows by twos (one in with one out), and then total all of those totals. Can I do this in an access report?
 
In the group footer for time and action, put a text box with something like this for the control source:

=Count([time])
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top