Data entry: navigating between forms by tabs
Hello,
I am trying to make an application for data collection. Users will be required to enter quite substantial amount of information on particular objects (lets say Products) into one table. For a better user experience, I have created numerous stateless forms which will be shown as 'tabs' in the application.
The data entry starts with the Product Name&Price form. After entering and submitting information, the user is taken to the Quantity form by using OpenURL with Record ID as an argument.
However, having in mind that the application will have many forms and the user might want to enter information for a certain product not in a sequential fashion (i.e. going from Product&Price to Quantity to Comments), I was wondering whether it would be possible for a user to navigate by tabs for their data entry needs.What I would like is an ability to cycle through tabs back and forth and still be able to record information for the certain record until one clicks Submit & Finish.
Any ideas, tips how to achieve this functionality? Or is it possible in the first place?
Thank you.