September 11, 200718 yr 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?
September 11, 200718 yr Yes, you could make a script something like: Set variable [ $name ; source field ] Go to layout[A] New record Set field[ target field ; $name]
Create an account or sign in to comment