Hi all,
On one of my screens, I have two forms which are connected to the same SharePoint back-end. I have a tablist control so that depending on which tab I have selected, different information will appear. So when I have selected the first Tab of the tablist, my first form shows 10 out of 20 available datacards. When I have selected the second Tab of the tablist, I want the other 10 out of 20 datacards from the form to show. I know it is possible to just have one form and hide/make visible different datacards depending on what Tab is selected but due to the layout I want of my screen this is not possible - the form when I have selected the first Tab is smaller than the form when I have selected the 2nd tab so I don't think this is possible. Is it possible for me to have two forms and show the first 10 datacards on it, and a second form with the other 10 datacards on it, and when I submit information that both of the forms will submit together and not cause any errors when saving back to SharePoint? I hope I have explained that all okay, I can clarify more if needs be.
Thanks