what i am trying to do is change the field name(column header name) in a select query. instead of something like this: Sum(qrySource.PreviousAmount)AS SumOfPreviousAmount [/red]
i would like "SumOfPreviousAmount" to be a specific string stored in "qrySource". is this possible? i assumed it would be something along the lines of Sum(qrySource.PreviousAmount) AS " & PreviousHeading & " [/red]
but it doesn't work. please help!
jerry
i would like "SumOfPreviousAmount" to be a specific string stored in "qrySource". is this possible? i assumed it would be something along the lines of Sum(qrySource.PreviousAmount) AS " & PreviousHeading & " [/red]
but it doesn't work. please help!
jerry