VS2005 using XML with Word project
Using VS2005 Beta 2 with office tools and Office 2003 Professional, I am trying to populate a large Word report template (lots of existing static text) with XML. It then allows manual changes on the word document to save changes to the XML. I can do this from the microsoft walkthroughs "Writing XML to Word 2003". However, I need the user to enter the data first on some type of form that saves there report entries to SQL Server and then generate this information as XML to the word document.
(1)What type of form can I use. Userform?Windows form? They seem to accept ADO instead of XML population?
(2)After that I need to send the XML information from the saved document back to SQL Server for storage. How in Visual Studio?
(3)How should I lay this out?
(4)Since I built this in VS2005 as an office project with a word template. How do I now get the form to launch prior to launching word?
Thanks for any insight.

