Hi,
Yes - as I said at the beginning of my last post, the union query is quite simple, but the queries it selects from are not.
So, for completeness, the union query is like this:
select workid,datestart,dateend,countdays
from workquery1
UNION
select workid,datestart,dateend,countdays
from...