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.
--
Sue Mosher, Outlook MVP
Outlook and Exchange solutions at
http://www.slipstick.com
Author of
Microsoft Outlook Programming: Jumpstart
for Administrators, Power Users, and Developers
http://www.outlookcode.com/jumpstart.aspx
"Nima" <(E-Mail Removed)> wrote in message news:0bc301c3b9a7$7247c910$(E-Mail Removed)...
> My problem is:
>
> I exported my Ms outlook 2002 contacts to excel 2002 and
> I have all standard fields like "name" , "company" and
> others but I could not export "user-defined fields in
> this item" or "user-defined fields in this folder" that I
> create under "all fields" tab.
>
> is there any body know how I can use these fields in
> excel or access? or how can export them to excel or
> access?
>
> thank you very much