I have imported our time and billing logs into our Access db. From this we produce our monthly invoice to our clients, showing what we have done for them and how much we charge perfectly. From the main timelogs Tbl we have built a QryTimelogsStaff that only has 2 fields : Staff, with criteria [Select staff] and Elapsed time. This correctly displays all elaped time records for a member of staff. What I want to do is twofold: firstly to display the sum of the elaped times in another query that is based upon the QryTimelogsStaff – so far I am unable to sum(elapsedtime) get a correct answer in this, the correct answer for my newest member of staff is 57:00:00, but in spite of formatting elapsedtime to Longtime format in both Tbl and Qry I get 03:59!!
Secondly I would like to display the sum(elapsedtime) for a selected staff member with a monthly total.
(Hair tearing out for me – what is left of it) Assistance will be very much appreciated… ta!