I have 2 fields on a form Depth 1 and Depth 2. They submit data to an SQL 7 data base. I need to ensure that the value entered in Depth 2 is higher than that in Depth 1. How do I do this. Dates do not seem to be a problem but the data is a floating numeric data type in the data base.This would be good enough for what I want
However the users would also like to have the value in Depth 2 also validated for the next record. I.E. If more than one depth range is entered, then the value in Depth 1 of the second record must be >= Depth 2 in the previous record????? Is this even possible??????
However the users would also like to have the value in Depth 2 also validated for the next record. I.E. If more than one depth range is entered, then the value in Depth 1 of the second record must be >= Depth 2 in the previous record????? Is this even possible??????