Hi: I need to validate that records have been entered correctly in a
table, by correctly I mean in ascending order. But with a small
variation, the first record can have any value, so:

Field1
100
2
3
4
5
6

This is correct, because record 1 can have any value, but :

Field1
88
2
3
7
5
6

Is wrong, can I validate this using VFP?