Fairman:
First alias the hours fields so they have different names, query1: TotalHours and query2 ExtraHours. Then in query two, you need to pull the first letter of the EventWkCode so you can match up F with F_UST, so EWC: left(query2.EventWkCode,1)
Now in the third query, using 1 & 2, you draw...