Newbies bbsaid Posted March 30, 2007 Newbies Posted March 30, 2007 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.
mr_vodka Posted March 30, 2007 Posted March 30, 2007 Set Variable [ $ID; Table1::pkID ] Go to layout [Layout2] Set Field [ Table2::fkID; $ID ]
Recommended Posts
This topic is 6449 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