In my query there are 9 fields that record weight of truck loads, Load1, Load2,...through Load9. Some fields may have no entry. I need to count ONLY the number of loads that have entries.
Once loads are counted I then need to perform the following calculation:
Gross Weight - (Tare Weight x Number of Loads) = Net Weight
Example:
Gross Weight of 256,080 - (Tare Weight of 23,680 x 6 Loads) = Net Weight of 114,000
Gross Weight and Tare Weight field values are in the query. Once I determine how to count the number of loads, I believe I can get the above calucation to work.
Any suggesetions would be so appreciated.
Once loads are counted I then need to perform the following calculation:
Gross Weight - (Tare Weight x Number of Loads) = Net Weight
Example:
Gross Weight of 256,080 - (Tare Weight of 23,680 x 6 Loads) = Net Weight of 114,000
Gross Weight and Tare Weight field values are in the query. Once I determine how to count the number of loads, I believe I can get the above calucation to work.
Any suggesetions would be so appreciated.