Micash
Programmer
- Dec 11, 2000
- 54
Perhaps I am missing the obvious. I have on a form a MS DBGrid (DBGrid32.ocx) that is databound. What I want to do is customize the column headings and have no success in using the following:
With DBGrid1
.Row = 0
.Col = 1
.Text = strColName
End With
Is it possible to change the column names? If so, your help would be appreciated.
Regards - micash
With DBGrid1
.Row = 0
.Col = 1
.Text = strColName
End With
Is it possible to change the column names? If so, your help would be appreciated.
Regards - micash