Hello All! I have a simple question.
I'm working on a simple database to track defects. No more than 35 records.
When i attempt to do a find I get the correct amount of records found but the record numbers are re-ordered.
(if records 5,10 and 20 are the desired results, after the find they will be numbered as 1,2,3 the content is fine but the record numbers are off)
How can i get the original static record numbers to appear after a find?