csr
Programmer
- Jul 20, 2000
- 507
I am not using databases ... free tables only.
I wish to validate a value which is part of a new record being added to a file to find out if that value already exists.
I am using Row buffering.
The value I am validating is just one of many fields on the form.
I am recycling records (BLANK/RECALL) so I cannot be sure of the physical position of the record I am adding.
Various thoughts come to mind ....
Count for the field having that value
IndexSeek
Just wondering if there is some classic means of doing this
Don
I wish to validate a value which is part of a new record being added to a file to find out if that value already exists.
I am using Row buffering.
The value I am validating is just one of many fields on the form.
I am recycling records (BLANK/RECALL) so I cannot be sure of the physical position of the record I am adding.
Various thoughts come to mind ....
Count for the field having that value
IndexSeek
Just wondering if there is some classic means of doing this
Don