I’m creating my second DB. The customer (dairy farmer) has crop fields harvested for feed. There are a variety of fields harvested, with varying acre size.
At harvest time, one field has up to 10 different trucks hauling 6 loads of feed per day. Each load per truck is weighed. All loads per truck are totaled. Truck Tare (empty) weight is subtracted to determine Actual Weight of Feed (Forage) harvested in pounds. The pounds are then converted to Net Tons.
The soil for each field (crop) is measured for moisture throughout one day. The total of all measurements are then averaged to determine the percentage of the Feed (Forage) that is Dry Matter. The Net Tons are multiplied by the percentage of Dry Matter to determine Dry Matter Tons.
My tables and queries are working up to this point; however, I hit a stumbling block. Customer wants a Crop Summary to show how many tons of feed is harvested per acre of field (or crop). In essence, I think I need to perform calculations on other calculated information and I’m not sure the best way to accomplish this.
Here’s what we need, there are four variables (in red) I don’t know how to achieve:
Date Harvested
Field (Crop) Name
Field (Crop) Size in Acres (Acreage varies and needs to be input as part of a calculation.)
Total Tons (Already Determined in Query)
Total Dry Matter Tons (Already Determined in Query)
Percentage of Dry Matter (Already Determined in Query)
Tons Per Acre (Need to Calculate: Sum of Net Tons for all Vehicles divided by Acres)
Dry Matter Tons Per Acre (Need to Calculate: Sum of Dry Tons for all Vehicles divided by Acres)
Comments (Text field to input comments)
Finally, some discussion in the “Queries Thread” brought me to evaluate attached table structure.
Just thought I’d throw out the information here for suggestions. Help is always so appreciated.
At harvest time, one field has up to 10 different trucks hauling 6 loads of feed per day. Each load per truck is weighed. All loads per truck are totaled. Truck Tare (empty) weight is subtracted to determine Actual Weight of Feed (Forage) harvested in pounds. The pounds are then converted to Net Tons.
The soil for each field (crop) is measured for moisture throughout one day. The total of all measurements are then averaged to determine the percentage of the Feed (Forage) that is Dry Matter. The Net Tons are multiplied by the percentage of Dry Matter to determine Dry Matter Tons.
My tables and queries are working up to this point; however, I hit a stumbling block. Customer wants a Crop Summary to show how many tons of feed is harvested per acre of field (or crop). In essence, I think I need to perform calculations on other calculated information and I’m not sure the best way to accomplish this.
Here’s what we need, there are four variables (in red) I don’t know how to achieve:
Date Harvested
Field (Crop) Name
Field (Crop) Size in Acres (Acreage varies and needs to be input as part of a calculation.)
Total Tons (Already Determined in Query)
Total Dry Matter Tons (Already Determined in Query)
Percentage of Dry Matter (Already Determined in Query)
Tons Per Acre (Need to Calculate: Sum of Net Tons for all Vehicles divided by Acres)
Dry Matter Tons Per Acre (Need to Calculate: Sum of Dry Tons for all Vehicles divided by Acres)
Comments (Text field to input comments)
Finally, some discussion in the “Queries Thread” brought me to evaluate attached table structure.
Just thought I’d throw out the information here for suggestions. Help is always so appreciated.