August 5, 200520 yr How do I do this in 7 ? There is a get function for record count, and found record count. But there dosn't seem to be one anymore for CURRENT record count. I want a calc that says, "You are on record 3 of 45 found (total records 111)." TIA Jerry
August 5, 200520 yr Author oops, my mistake. I neglected to turn off indexing, on my calc. it looked like it was behaving like get(recordID).
August 8, 200520 yr If your wanting to get this for purely display purposes ie: You are on Record 23 of 440 you can type in the text @@ and you will get the current record number. For instance, you could add the following line in layout mode: You are on record @@ of <> found, Total Records: <> And then of course replace Mergefield1 with your foundcount field, and mergefield2 with your Get ( TotalRecordCount ) field.
Create an account or sign in to comment