
Datagrid - changing displayed data in a column
Quote:
>Try:
>DataGrid.Columns("A").Caption = "Apples"
>Dennis
>> Hi there, I wonder if you can help. I've searched for info on this,
>> but have been unsucessful.
>> I have a datagrid displaying columns from a ADO recordset. One of the
>> columns displays a code - A, B, C or D. I would like the datagrid to
>> display a different name - for instance, if A display Apples, B
>> display Books, C display Chair ... etc.
Thankyou for your reply, I dont think I made my description clear
enough. It's not the column header that I'm trying to change, it's
the contents of the cells for a specific column. If the contents of
the field database.field3 = "A" then display "Apples" in the cell.
Paul