Terry
From your post, I assume you want to show this only in your query. If that's the case, do this...
In the column where the current column heading reads 1, right click in the Criteria row to bring up the Properties for that column. Set the Caption to Yellow Pages.
Do the same for the column which currently shows a heading of 9, and set its Caption to Telephone.
Terry
I'm confused. In your table, from which the Crosstab queryis made, you only have 2 fields? And they are Aea and Source? And the Area is a numberic field, and the Source is a text field?
In the field on the data the months (field called Period)were 1,2,3 to 12
I needed the Col headings in the crosstab query to be
Period 01, Period 02, Period 03 to Period12
What I did was write a make table query that read all fields of the original table as they were and in the next column I put a formula:
SAP PERIOD:iif( [2003Rev]![Period] <10,"Period0"& [2003Rev]![Period] ,"Period"& [2003Rev]![Period] )
And used SAP Period in the Cross tab rather than Period
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.