B
Bryan
I have a table with 3 fields that is updated by a User Form:
Class (scheduled or unscheduled)
Code (mechanical, electrical, production)
Duration (1 hour)
I would like to run an update query that will copy the Duration into another
table and place the duration into the appropriate categories:
Scheduled Mechanical
Scheduled Electrical
Scheduled Production
Unscheduled Mechanical
Unscheduled Electrical
Unscheduled Production
so that I can maintain a running total of Durations based on Class and Code.
Any help would be greatly appreciated.
Class (scheduled or unscheduled)
Code (mechanical, electrical, production)
Duration (1 hour)
I would like to run an update query that will copy the Duration into another
table and place the duration into the appropriate categories:
Scheduled Mechanical
Scheduled Electrical
Scheduled Production
Unscheduled Mechanical
Unscheduled Electrical
Unscheduled Production
so that I can maintain a running total of Durations based on Class and Code.
Any help would be greatly appreciated.