Convert Outlook Forms into InfoPath Forms

J

James

Does anyone know if it is possible to easily convert Outlook Forms into
InfoPath forms? I've seen the examples for Word & Excel but nothing for
Outlook Forms.

Any input or guidance would be greatly appreciated.
 
S

S.Y.M. Wong-A-Ton

Correct me if I'm wrong, since I'm not familiar with Outlook forms. But
aren't they similar to Access forms? That is, you've got controls on a form
with VBA code behind? If so, then no, there is no easy way to convert them
into InfoPath forms. You'll have to manually recreate them in InfoPath,
unless you write an InfoPath converter that will convert them for you (not an
easy job to do). While Word and Excel documents may contain code, their main
parts are just data. If Outlook forms are anything like Access forms, they do
not contain data, but mainly code to retrieve/submit data, so there is no
easy conversion to InfoPath there.
 
Top