Jump to content

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

Recommended Posts

Posted

FM 8.5. I have two tables, A and B. Table B is a simple list of names. I want to be able to choose names from the list to insert in records in table A. There is no relationship between the tables. Is there a way to do this?

Posted

Yes, you could make a script something like:

Set variable [ $name ; source field ]

Go to layout[A]

New record

Set field[ target field ; $name]

This topic is 6353 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.