How to find the last record that matches a condition in a database file (searching in 1 field)
f.e. if there are 20 records of person nr 123 in a database file, how to find the last one added
searching in a database
Re: searching in a database
If you are using DBF files try this:
Seek(123,,.t.)
Seek(123,,.t.)