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 Chriss Miller on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Report Totals

Status
Not open for further replies.

evr72

MIS
Joined
Dec 8, 2009
Messages
265
Location
US
Hello,

I have a report that calculates the employee efficiency in total
Code:
=Sum([STDHrs])/Sum([Lab Hrs])

This works well. The issue is that if an employee works indirect hours then "Lab Hrs" have a value and "STDHrs" do not, this makes the efficiency lower.

Is there a way to calculate the "STDHrs" that have a value but still show the ones that do not?
 
This is most likely possible. Please provide about 10 records and the desired end result of the calculation so we can better understand the logic.

Duane
Hook'D on Access
MS Access MVP
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top