Hello everyone,
This is simple enough, I am just not too familiar with SQL language.
Scenario:
I have a tblEquipmentHou rLog where the daily hours from every piece of equipment are logged from a frmDailyTimeshe et.
In tblEquipment, all the equipment info is stored which inlcudes a field called TotalHoursLogge d.
I created a qryTotalHoursLo gged based from the tblEquipmentHou rLog where it groups and sums all the hours logged from every equimpent respectively.
Now, I just want to send back the summed hours into the TotalHoursLogge d to all of the respective pieces of equipment in the tblEquipment.
This is simple enough, I am just not too familiar with SQL language.
Scenario:
I have a tblEquipmentHou rLog where the daily hours from every piece of equipment are logged from a frmDailyTimeshe et.
In tblEquipment, all the equipment info is stored which inlcudes a field called TotalHoursLogge d.
I created a qryTotalHoursLo gged based from the tblEquipmentHou rLog where it groups and sums all the hours logged from every equimpent respectively.
Now, I just want to send back the summed hours into the TotalHoursLogge d to all of the respective pieces of equipment in the tblEquipment.
Comment