Good morning;
I have set up my PHPRunner application with Master and Detail tables in my forms.
Currently I have the master table form with the detail tables below.
Right now its all on one page with the child/detail tables below the master table.
How can I start with a master table form, and using a NEXT button, save the record, go to another page and append to the master table record with details from the form.
Ie.
Add Car Table (master - cars)
Save/Next
Add Details for each car (detail - car details)
Save/Next
Add Drivers (can be multiple)
As well I need to have one owner to each car, but several drivers.
I don't know if this would be a new topic.
Thanks very much in advance;
Rhonda