I’m trying to develop an app with many database fields (about 400). These are single measurements from machines in different categories.
Due to the large number to add for the user to create a whole report I’d like to split the add forms into multiple forms. The user should start with the main data then clicking “next” to go to the next data section then “next” or “back” until all data is added. He should be able go forward or back in these sections.
So my question regarding the database tables: Would it be better when using SC to create a seperate table for each section that the user has to go through or can this be done by using one large database table and be splitted (or how ever) by SC in sections?
How would this be done practically in SC to walk through an application like an assistant?
Joe