Then it looks to me like you should be changing qry2 to include all the group fields in the Select clause.
You can then create a new query which is based on these 2 queries and join them on the
Start, SAPNum, and ShiftNum fields.
(qry1 has an extra 'Start' grouping at the end of the Group By which should be deleted)