G
Guest
In know my share of SQL but im new to Access. I know what crosstabs are and
how to make them in Access. However, it seems only one database field can be
specified for column headers. And I'm trying to achive a result with two
groups of a headers; each "parent" header with several "child" headers if you
will. Something like this:
| Employee1 |
Employee2 | ...
PROCES | Number | TotalTime | AvgTime | Number | TotalTime | AvgTime | ..
-----------------------------------------------------------------------------------------------
proces1 | 3 | 90 | 30 | 7 | 140
| 20 |
proces2 | 5 | 50 | 10 | 11 | 121
| 11 |
.... | ... | ... | ... | ... |
... | ... |
Is het possible to have such a header config in a crosstable?
how to make them in Access. However, it seems only one database field can be
specified for column headers. And I'm trying to achive a result with two
groups of a headers; each "parent" header with several "child" headers if you
will. Something like this:
| Employee1 |
Employee2 | ...
PROCES | Number | TotalTime | AvgTime | Number | TotalTime | AvgTime | ..
-----------------------------------------------------------------------------------------------
proces1 | 3 | 90 | 30 | 7 | 140
| 20 |
proces2 | 5 | 50 | 10 | 11 | 121
| 11 |
.... | ... | ... | ... | ... |
... | ... |
Is het possible to have such a header config in a crosstable?