kellyputty
Technical User
I am displaying records using a data grid from VB6. I allow the user to edit individual entries.
I would like to add user error control so that:
Record:
Field1: Account
Field2: Balance
Field3: MinBalance
If the user wanted to edit the Balance but put in an amount lower than the the MinBalance. I could display an error message, however, I don't know how to access the individual fields for validation in a DataGrid.
Thanks in advance,
KellyPutty
I would like to add user error control so that:
Record:
Field1: Account
Field2: Balance
Field3: MinBalance
If the user wanted to edit the Balance but put in an amount lower than the the MinBalance. I could display an error message, however, I don't know how to access the individual fields for validation in a DataGrid.
Thanks in advance,
KellyPutty