I have an infopath form that is based on a SQL database. I want to have a general section that should be filled by users all the time, and another optional section that contains a repeating table. I can't figure out how to design the database and the form so that the data in the repeating table will be saved in the SQL database.
To be more clear, the general section contains information about the user and a project they are planning, the optional section has repeating table with fund source, account number, and amount of money controls. They can enter more than one fund source. And i need to store all these.
I thought of building one-to-many relationship tables in the databse and base a master/detail control on it in the form, but the options available for submitting in the infopath form then won't include "save to a database", and i don't know the reason for that.
Any help will be very much appretiated.
Thanks.