Column headings in DYNAMIC crosstab query

jtoutou

Registered User.
Local time
Today, 22:57
Joined
Dec 1, 2007
Messages
19
Hello to everyone!!!

i need to ask something
I CREATE I DYNAMIC QUERY .....HOW CAN I CHANGE THE NAME OF THE COLUMN HEADINGS?
THANX IN ADVANCE
 
Last edited:
One way would be to make the column heading like this:

NewFieldName: [OldFieldName]

Anything more complicated that this would require the use of SQL code.
 

Users who are viewing this thread

Back
Top Bottom