June 26, 200718 yr 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?
Create an account or sign in to comment