john9210 Posted September 11, 2007 Posted September 11, 2007 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?
Fitch Posted September 11, 2007 Posted September 11, 2007 Yes, you could make a script something like: Set variable [ $name ; source field ] Go to layout[A] New record Set field[ target field ; $name]
Recommended Posts
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 accountSign in
Already have an account? Sign in here.
Sign In Now