Jump to content

create new record on another layout.. but keeping MemberID


philhxc

This topic is 5989 days old. Please don't post here. Open a new topic instead.

Recommended Posts

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?

Link to comment
Share on other sites

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:

Link to comment
Share on other sites

This topic is 5989 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 account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.