redballoon Posted January 20, 2008 Posted January 20, 2008 I have a database where the user logs in and can then brows through their own records, these records are brought up by a search when they log in. I can display the number of records found... i.e. their records but cannot find a way to show a live count so each record they click through show's record 1, 2 3 etc so they can see how many there are and which one they are on in relation to the total records. Without the Status area (which I do not want for ordinary users) how do I do this is it a simple Get and a calculation ??
bcooney Posted January 20, 2008 Posted January 20, 2008 (edited) Add an unstored calc field to the table Found_uc = Get (foundcount), and put on your layout. Simply type "@@" without the quotes on the record to have FM put the "number" of the record. So, you could have, "Record @@ of <> Records" on your layout. <> is a merge field. Edited January 20, 2008 by Guest
redballoon Posted January 20, 2008 Author Posted January 20, 2008 Thanks, I tried the field as you suggested and used Get (RecordNumber) which seems to do the trick, at least it does at the moment which is great....
bcooney Posted January 20, 2008 Posted January 20, 2008 Get (RecordNumber)? I didn't mention that. OK, I guess.
Recommended Posts
This topic is 6153 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