October 17, 200223 yr OK, this should be an easy one. I have a field with the calculation: status(CurrentRecordNumber) & "of" & status(CurrentFoundCount) The found count shows me all the records I want, but I don't know what in the world status(CurrentRecordNumber) is showing. In most cases, status(CurrentRecordNumber) is greater than the status(CurrentFoundCount). How is that possible and what am I doing wrong? I just want a counter that shows the record number I'm on out of how many there are in the database (or after the find).
Create an account or sign in to comment