Mike,
Why not however using the validating event from the checkbox will probably
more easy.
This is about the textbox however the checkbox will probably go as well. (I
did not try that)
http://www.vb-tips.com/default.aspx?...d-203ca99d2825
Otherwise you can try it (for the underlying datasource) in the row change
event of that datasource.
And if you real want it up to date, than you van evaluate the datasource
like this. (a little bit ugly method)
http://www.vb-tips.com/default.aspx?...8-1def3152436f
I hope this helps,
Cor