C
Chris
'Next line is suto code. it doesnt compile
If sender.Value Is System.DBNull.Value Then
ID = 0
Else
ID = sender.Value
End If
Chris
If sender.Value Is System.DBNull.Value Then
ID = 0
Else
ID = sender.Value
End If
Chris