Moving to a specific record in SQLite Table

Note the use of DESC to reverse the sort.

Hi Tim,

Thats what happens when you don’t read things completely. :slight_smile: I just copied the first line and replaced the “>” with “<” on the second line of code.

Everything works perfectly now. I used Dave’s “=” instead of “< or >” to edit and update the record yet stay on the same record when the table is reloaded. The code is fast and does not get bogged down looping through hundreds of records.

Thank you very much. I really appreciate you taking the time to help.