Outlook Forms

  • Thread starter Thread starter bmistry
  • Start date Start date
B

bmistry

Hi,

Wondering if anyone can help me. I have over a 1000 forms
with emergency contact information from employees. Instead
of keying them in manually I would like to extract the
data from the forms into a .csv file which I can then
upload into our HR system.

The form is a custom form. I have tried Exporting but
custom field data is not being transferred across.

Any help is much appreciated.

Many thanks

B
 
You could script off-loading of all needed information with VBA macro. Also,
use Scripting.FileSystemObject to create text file on your local FS.

Paul.
 
Back
Top