March 30, 200718 yr Newbies I'm trying to develop a script that passes a value from one field to another field in a different table. I have two layouts, one for each table. The tables and their fields are: Layout1 ID Layout2 Layout1_ID My script as it is right now changes to Layout2, creates a new record and then quits. What I need is to somehow pass the Layout1::ID from the record that the script is executing from and have it filled into Layout2::Layout1_ID after creating a new record. I'm thinking this might be possible with the script parameter option, but I don't know how to accomplish this. Any tips would be greatly appreciated. Thank you.
March 30, 200718 yr Set Variable [ $ID; Table1::pkID ] Go to layout [Layout2] Set Field [ Table2::fkID; $ID ]
Create an account or sign in to comment