Hi,
I have made a form with a table on the page. The user have to fill the table. But if there's no more lines in the table, the user can't continue.
I can choose to remake the form by adding a new page and extend the table, but I think that some people would use only the first page and other users would use 2, 3 or more pages.
So, is there a way by a script or any other method, that the user can add manually another page (could be a copy of the previous page for exemple).
Any ideas dealing with adding pages, lines, etc are welcomed !
Thanks
You could wrap your table in a subform and use addinstance, search the help file. There is alot of info regarding just that.
/Stephen