I want to run a query that will run through all of the records and pull out all of the remaining time for a curtain employee. The only problem is the employee could be listed as the designer or the checker. The remaining hours for the design are designated as R1 and the remaining hours for the design check are designated as R2. So what I was to do is add up all of the R1 if the designer is employeeX and all the R2 if the checker is employeeX but I'm not sure how to run a query that will only pick this data out. I could run two sperate queries but then I'm not sure how to use both queries to display the results. Any help would be greatly appreciated!