if workenddate = enddate then
done = true
else
workstartdate = dateadd("m", 1, workstartdate)
workenddate = dateadd("m", 1, workenddate)
if workenddate > enddate then
workenddate = enddate
end if
end if
do while not done
the syntax is most likely not exact but this should be close enough for you to get the rest.
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.