Anuviel Posted June 26, 2007 Posted June 26, 2007 I have a following calculation: "Record " & Get(RecordNumber) & " of " & Get(FoundCount) & " found " & " (" & Get(TotalRecordCount) & " total)" When I search for a particular record, I know there is only one in the file, I get the result as: Record 19 of 19 found (19 total) According to calculation above I should be getting: Record 1 of 1 found (19 total) Am I missing something?
Anuviel Posted June 26, 2007 Author Posted June 26, 2007 Yep, that was it...I feel dumb now... Thanks a lot, appreciate it.
Recommended Posts
This topic is 6420 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