JSchumacher
Technical User
I am creating a form for setting up a new account. The form is a tab control with 4 tabs. Tab 1 collects the name of each customer on the account. Tab 2 collects address and phone information for each of those customers. Tab 3 collects information regarding each piece of collateral on the account. At any time a user can "Cancel" and not save any of the data. I have a number of tables to store all the data - all Normalized. I'm trying to determine at what point to write information to tables. As I add a new customer or piece of collateral, do I store that information then and just delete if the user "Cancels", or would it be preferable to gather the data until the final page of the tab control and then write it all at once? I've been looking up information on arrays to see if that is my best route, but I'm still not sure in which direction to move.
Any ideas would be appreciated!
Thanks,
Judie
Any ideas would be appreciated!
Thanks,
Judie