December 27, 200718 yr ok i have this Button on this Layout (LayoutA)what i want is a script that can create a new record on a different layout(LayoutB).. (im good up to there) but i want to insert the MemberID number from LayoutA into MemberID field on LayoutB.. how can i do this?
December 27, 200718 yr Hi Phil, Try: Set Variable [ $MemberID ; TableOfLayoutA::MemberID ] Go to Layout [ Layout B ] New Record Request Set Field [ TableOfLayoutB::fk_MemberID ; $MemberID ] Commit Records/Requests Go to Layout [ original layout ] ... if you want to then go back where you started. LaRetta :wink2:
Create an account or sign in to comment