Home › Forum › Parent-Child Forms › Parent Child Instances › Re: Parent Child Instances
March 7, 2013 at 5:17 am #6422
Actually I want it to create a new instance in the child form whenever the button is clicked.
I have a table where the user enter information with a button on that table that I want to create a new instance on the child form with the information on each row being imported into a new instance when it’s clicked on.
I created a new column with instance ID and it generates a new instance ID whenever the button is pressed but it still only copies to the child instance the information from the first row no matter which button you click on the table.