E
Eowyn
I have a union select where the first select produces
Name Surname Employeenumber 0 Null SumHoursThisMonth
The second select produces this:
Null Null Employeenumber Projectnr ProjectHours Null
I have a bit of a problem ordering this though. I'd like
the query to first order by Employeenumber, and then
order by Projectnr for every employee. Is that sort
of "sub ordering" possible in access?
The result is supposed to look something like this:
John Doe 1 0 - 55
- - 1 1234 20 -
- - 1 5678 25 -
Jane Doe 2 0 - 60
- - 2 1234 30 -
- - 2 5234 30 -
Thanks!
Name Surname Employeenumber 0 Null SumHoursThisMonth
The second select produces this:
Null Null Employeenumber Projectnr ProjectHours Null
I have a bit of a problem ordering this though. I'd like
the query to first order by Employeenumber, and then
order by Projectnr for every employee. Is that sort
of "sub ordering" possible in access?
The result is supposed to look something like this:
John Doe 1 0 - 55
- - 1 1234 20 -
- - 1 5678 25 -
Jane Doe 2 0 - 60
- - 2 1234 30 -
- - 2 5234 30 -
Thanks!