I have a query which displays the employee name, month, date, exception. I need to have the query display when an employee has more then 7 consecutive days with a certain exception. Meaning the same employee name and month has to be >= 7 days which would be "Blocked" anything under this is "Intermitte nt". I though about and iif statement but it has to have the same employee name and month so I get thrown off.
Any ideas?
Thanks for the help!
Any ideas?
Thanks for the help!
Comment