I have an text box that records the position of the record in the database. Whenever I do a find it does not update this box. The reason for this is that my 'find previous' and 'find next' buttons increment and take away 1 from the number in the box. So when the find result jumps around the database at will it makes the text box result completely wrong.
Is there a code or function that can give me the record number for a record amongst the records. So if I go to record 3 it will say it is record 3?
hope there is
Is there a code or function that can give me the record number for a record amongst the records. So if I go to record 3 it will say it is record 3?
hope there is