I have a scheduling system that has a union query to join the open
service calls between 2 departments. On any given Dat , some techs
have 3 stops, some have 7. Right now with my demo code, it shows the
following:
Stop 8/7/2006 8/8/2006 8/9/2006 8/10/2006 8/11/2006
8/12/2006
1 St. Ann's
3 Mrs. Darling
Since no stop 2 was specified, a placeholder does not show up. can I
pivot a row header like the column header (the dates)?
Thanks
Duane Hookom - 11 Aug 2006 03:07 GMT
I believe you can create a new query that joins your crosstab with a list of
all techs. Change the join to one that selects all records from the techs
table.

Signature
Duane Hookom
MS Access MVP
>I have a scheduling system that has a union query to join the open
> service calls between 2 departments. On any given Dat , some techs
[quoted text clipped - 10 lines]
>
> Thanks