Exporting Field Values from Custom Forms to Excel

  • Thread starter Thread starter jim Hansen
  • Start date Start date
J

jim Hansen

We developed a custom questionaire to send to our
customers. They check the required boxes, fill in
comments and return the fields to us. This part works
great.

We then want to export the custom field to an ExCel file,
however on the Map Custom Fields form our Field do not
show upp to be selected. The list we get
includes "Mileage" along with ones you would expect
(Subject, From, To, etc.).

It seems simple but just can't pull up the required fields
from our form.

Thanks for any help,

Jim
 
Outlook doesn't support exporting custom fields. Quick and dirty method:

1. Put all the items from your form in one folder.
2. Use a table view to display all the data fields that you want to export
to Excel.
3. Choose Edit | Select All.
4. Choose Edit | Copy.
5. Paste to Excel.

Otherwise, you'd have to write custom code or use a third-party application.
See http://www.slipstick.com/dev/customimport.htm.
 
Back
Top