vanillapod
MIS
Hi, i have a crosstab query that uses peoples names as the column heading. I'm gonna use the select * From so that i get every column but i'm stuck on how to show the data on the page cuz one time there may be 2 names (coulms) next time there may be 22 columns etc.
So my question is, can i call the column name using something similar to:
recordset1.fields.item("ColumnName".value
or is there any other way of doing it? Otherwise I won't know what the column anmes coming out of the crosstab are on my asp...
Cheers
So my question is, can i call the column name using something similar to:
recordset1.fields.item("ColumnName".value
or is there any other way of doing it? Otherwise I won't know what the column anmes coming out of the crosstab are on my asp...
Cheers