JerrySalem Posted August 5, 2005 Posted August 5, 2005 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
JerrySalem Posted August 5, 2005 Author Posted August 5, 2005 oops, my mistake. I neglected to turn off indexing, on my calc. it looked like it was behaving like get(recordID).
Zero Tolerence Posted August 8, 2005 Posted August 8, 2005 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.
Recommended Posts
This topic is 7309 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