I am new to Visual Basic 6.0 and need help with the DataGrid control.
I am trying to:
1. Have data in one of the grid column's that is in "lower case" forced to "upper case"
I have tried using the Before Update event, but cannot get it to work.
2. Have column validate data. Only allow for example an "A" or "C" as valid values for a column.
3. Put in "tips" on top of each column to display information about the column itself.
I have searched the web and looked in 3 book stores and cannot find books with Datagrid examples for what I need.
Any help would be greatly appreciated.
Thanks.
Scott