October 22, 200916 yr Newbies 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
October 22, 200916 yr 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
Create an account or sign in to comment