export infopath to MS Word?

K

keith brickey

I have a large project that is a perfect candidate for Infopath. This would
be our company's first infopath implementation. We usually use MS Word. Is
there some way to "fall back" to using MS Word if we get part way into the
project and find that Infopath is too cumbersome or buggy. In other words,
is there a way to directly export Infopath documents into MS Word files? If
Microsoft doesn't provide this, is it available in any 3rd party product?

Thanks,

Keith
 
B

Brian Teutsch [MSFT]

If you open the form in InfoPath, you can do File->Export To-> Web. This
creates an MHT file that Word can open. You could also write an XSLT
document to transform your InfoPath XML into Word HTML or WordML. The first
is quite easy, the second is quite flexible.

Brian
 
Top