Can we place the information for one record on "multiple pages" of a form.
Consider the example :
For an employee, there is information in various tables. These tables such as ; employee master table, its salary details, medical history, previous employment history etc.
If this information is to be taken as input from the user, then is it possible to have "Separate pages" on single form (with of course employee ID as common field in all the above tables).
To visualize my requirements, consider the home page of this site with "pages" such as "home", articles, community, code library, docs etc.)
On all these "pages", employee number will be displayed for reference. The information will be saved in respective tables at the time of saving the record.
On some "pages", there might be multiple rows. ( e.g. previous employment history, there can information of more than one employers for a particular employee.) How to handle multiple rows within "page"?