J jtoutou Registered User. Local time Today, 22:57 Joined Dec 1, 2007 Messages 19 Jan 21, 2008 #1 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: Jan 21, 2008
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
ted.martin Registered User. Local time Today, 19:57 Joined Sep 24, 2004 Messages 743 Jan 24, 2008 #2 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.
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.