staypuffinpc Posted October 17, 2002 Posted October 17, 2002 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).
Corys Posted October 17, 2002 Posted October 17, 2002 Make sure the result is unstored and not indexed.. I think that will fix it.
Recommended Posts
This topic is 8077 days old. Please don't post here. Open a new topic instead.
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now