I have a database that collect time and costs for projects. I have a query that looks like this.
tblData.Employee
tblData.Hours
tblData.Rate
tblData.Project
tblData.Task
tblValues.Pay Period
I trying to get a current pay period and year-to-date for the hours and rate. I able to get the year-to-date to work but not the current pay period. My problem is the current pay period can have null values.
I tried creating two queries, one for ytd and the other for pay period and join them but no matter what kind of join I do I can't get it to work right.
Looking for help!
tblData.Employee
tblData.Hours
tblData.Rate
tblData.Project
tblData.Task
tblValues.Pay Period
I trying to get a current pay period and year-to-date for the hours and rate. I able to get the year-to-date to work but not the current pay period. My problem is the current pay period can have null values.
I tried creating two queries, one for ytd and the other for pay period and join them but no matter what kind of join I do I can't get it to work right.
Looking for help!