custom form

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

How do I extract fields from contacts-all fields tab, to generate a custom
form/report? The fields are as follows:

$value
addtl contacts
customer competition
competition
to do
platform
product id
program
project status
quantity
Quote, samples, meeting
timeframe

If I have subject, start and notes fields in the journal, can these fields
also be added to a form/report?
Do I use vba or vbscript? How do I start up vbscript? Is there a report
generator?

Thanks.
Len
 
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.outlookcode.com/d/customimport.htm .
 
Back
Top