Pivot a row header

  • Thread starter Thread starter WAstarita
  • Start date Start date
W

WAstarita

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
 
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.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Similar Threads


Back
Top