Hi
I am trying to set the Column Headings parameters of a crosstab query via VBA. I cannot seem to find the syntax to do it. I thought it would be something like:
CurrentDB.QueryDefs("qryName").Properties("Column Names") = sColumnText
But I don't think "Column Names" is the correct way to reference the Column Names property.
I am trying to set the Column Headings parameters of a crosstab query via VBA. I cannot seem to find the syntax to do it. I thought it would be something like:
CurrentDB.QueryDefs("qryName").Properties("Column Names") = sColumnText
But I don't think "Column Names" is the correct way to reference the Column Names property.