"Thanks for taking the time to help me in Advance"
I would like to Validate something like this.
FieldA >0 Or FieldB Is Not Null
In my mind this would return a validation error if
FieldB is Blank and FieldA is Greater than 0
Note: In FieldA the default data is 0
What I would like to...