View Full Version : CrossTab Query-Force Row Headings


DRananahan
11-13-2001, 10:54 AM
Hello all,

I am having difficulties with a crosstab query. I need to have row headings show for each possible row type - Even if there is no data to display. I have bulit a table with the row headings I need and created a relationship to the table with my data. I have specified in the Query Window to show all records in my row headings table.

It is still not working.

I would appreciate any help as I am under a deadline.

Thank you,
Doug

araskas
11-15-2001, 03:14 PM
post your query and I will be able to help

jdev
11-16-2001, 05:21 PM
Click on the column field in the query's design view, go to Properties.
Under column headings type all the names you need in the order you need them to display e.g. "aaa","bbb","ccc" etc. Each one needs to have the " " around it, with a comma between each entry. When you run it, the query will return all the column names you listed even if the cells are empty.
Good luck