row validation
Visual Basic
1
Posts
1
Posters
0
Views
1
Watching
-
It seems that row validation fires when any one column of the row changes, so if you have a blank form that you are inputting values into and one of the things that you have to check is that both columns must contain data, how does it not flag the row as in error when the second col is still blank because you haven't got to it yet? Thanks