sflynn Posted July 17, 2008 Posted July 17, 2008 Please help... Is there an elegant way to gather field data from multiple records and get them into a single variable. I want to move through multiple records for equipment that has been checked out by an individual and what I am trying to do is put the names from all of the equipment records into a email message field. I am currently using 3 variables, 1 to grab the name from the record and the other 2 to bounce back and forth compiling the list. Thanks for your help.
dansmith65 Posted July 17, 2008 Posted July 17, 2008 GetNthRecord function in a looped script is the most elegant way I know to "gather field data from multiple records". I have written a script that will gather all field data from one field in the curent found set, then return that data as a script result. I'm not sure if it applies to your application, but perhaps by looking at it you could figure out what I'm talking about. FieldList.txt
sflynn Posted July 28, 2008 Author Posted July 28, 2008 thank you for taking the time to do this. I will give it a look see. Cheers.
Recommended Posts
This topic is 5963 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