Newbies talentscoutus Posted October 22, 2009 Newbies Posted October 22, 2009 I have a applicant table and want to move the resume out of the applicant table. I solved that problem. But now I need a script that goes through every record and goes to the resume field copy and paste that and then pastes it outside resume table. I assume I have to use the record id number and use the corresponding id number for the resume record. Can anybody help me? Thanks Frank
Lee Smith Posted October 22, 2009 Posted October 22, 2009 Hi talentscoutus, and welcome to the Forum. I'm not quite sure what your needs are, but I would recommend that you [color:blue]Avoid the [color:red]Copy and [color:red]Paste script steps, and use the Set Field. There are some benefits to using Set Field; The Field does not have to be on the current Layout. you preserve the Clipboard of the users, you can use this step, without leaving the current Layout. To change multiple records, you need to use a Loop Script on your found set. Found Set = 1 to All records in your database. Read about the Loop Script structure here Link HTH Lee
Recommended Posts
This topic is 5512 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