Is there anyway to filter a unbound control within a report?
I have a unbound control with an IIF statment to determine the total hours per employee on that report. The only problem is that I need to filter the record if the hours are 80 and above.
There are a few other variables that make up to the 80 hours, such as holiday, vacation, and sick pay. Regular pay is added with the other variables to get to the 80.
I need to take the Total Hours from the Report and use that to filter the query. Is there anyway to do this?
I have a unbound control with an IIF statment to determine the total hours per employee on that report. The only problem is that I need to filter the record if the hours are 80 and above.
There are a few other variables that make up to the 80 hours, such as holiday, vacation, and sick pay. Regular pay is added with the other variables to get to the 80.
I need to take the Total Hours from the Report and use that to filter the query. Is there anyway to do this?