Newbies Amorra7 Posted May 10, 2004 Newbies Posted May 10, 2004 Greetings, I was just wondering if there is a "Find Last Record" script in Filemaker 7? I need to be able to copy information from the last record in one table to a new record in another table? Thank you so much! [color:"red"] A.
Tripod Posted May 10, 2004 Posted May 10, 2004 Use status(CurrentRecordCount) or /(foundcount), depending on what you want to load, to set a global in the file in question. Then, you can access that number in a script and, within scriptmaker, you can use the 'Go to Record/Request/Page' command to go to that record by number, or field value.
Fenton Posted May 10, 2004 Posted May 10, 2004 How about Go to Record [ Last ]? Be on a layout for that table. How are you "setting" the data into the other table.
Tripod Posted May 10, 2004 Posted May 10, 2004 That'd work! If you used my , er, 'um "approach," you could at least maintain a variable that would be accessible via a relationship.
searanger Posted May 10, 2004 Posted May 10, 2004 If you want this to work via web browser I used a calculated field. I also could not get count(field) to work and update. lastrec.zip
Recommended Posts
This topic is 7869 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