Reputation: 344
I have a form with multiple views and each view is too heavy to run. So, is it possible to have multiple form, where one can open another (Browser enabled to upload in SharePoint)
Upvotes: 1
Views: 1858
Reputation: 327
try creating hyperlink inside one form with this URL
https://Sharepoint/sites/myTopSite/_layouts/FormServer.aspx?XsnLocation=https://Sharepoint/sites/myTopSite/myLibrary/Forms/template.xsn&Source=https://Sharepoint/sites/myTopSite&DefaultItemOpen=1
Upvotes: 1