I have a very large document that I created in infopath previously. Now I have the need to take and convert that document so that it submits the data to a database, however, some of my InfoPath fields are designed to allow for verbose descriptions and dialog which typically exceeds 250 charactes. Since infopath does not allow you to integrate fields of this size with an access database as the datasource, is there a way to write a script or something that when the data is submitted to the database, that the remaining information not contained in the database can still be saved to an XML file that is still associated with that access record? Then, if that record were to be opened, could the form then populate with all of the information from the access database AND the XML file?