Outlook does not support importing to a custom form, nor importing custom fields. You would need to write your own import code or use a third-party tool. See http://www.outlookcode.com/d/customimport.htm

Signature
Sue Mosher, Outlook MVP
Author of Configuring Microsoft Outlook 2003
http://www.turtleflock.com/olconfig/index.htm
and Microsoft Outlook Programming - Jumpstart for
Administrators, Power Users, and Developers
http://www.outlookcode.com/jumpstart.aspx
Thanks for this.
I figured out a work around - I created the two new fields, which were
Christmas Card? and Filofax? (They are both yes/no fields, with obvious
effect), in a customised form, which I can't use with the imported data.
However, if I use the 'All Fields' tab, and select the custom form to select
fields from it shows them, and I can change them. I can also look at the
data in 'phone list' view and customise the view, again adding the two fields
from the unusable form. This means I can run down the phone list and check
or uncheck as I want, and then use the 'sort' and 'group by' functions to
separate out the entries I want to print off for my filofax, and the entries
I want to print labels for my christmas cards for, which is what I was trying
to achieve.
I'm a big fan of Outlook and it seems a shame that such a good product
should be a bit clunky in this respect.
> Outlook does not support importing to a custom form, nor importing custom fields. You would need to write your own import code or use a third-party tool. See http://www.outlookcode.com/d/customimport.htm
>
[quoted text clipped - 19 lines]
> > mode, but then couldn't apply this new form to every item in the folder,
> > again using the forms management option etc.
Sue Mosher [MVP-Outlook] - 27 Feb 2007 19:11 GMT
Another approach: To change existing items so that they display using a published custom message form, you need to change the value of the MessageClass property on each item so that it points to the published form's class, e.g. IPM.Contact.MyForm. The page at http://www.outlookcode.com/d/newdefaultform.htm has links to scripts and tools to do this.

Signature
Sue Mosher, Outlook MVP
Author of Configuring Microsoft Outlook 2003
http://www.turtleflock.com/olconfig/index.htm
and Microsoft Outlook Programming - Jumpstart for
Administrators, Power Users, and Developers
http://www.outlookcode.com/jumpstart.aspx
> Thanks for this.
>
[quoted text clipped - 14 lines]
>
>> Outlook does not support importing to a custom form, nor importing custom fields. You would need to write your own import code or use a third-party tool. See http://www.outlookcode.com/d/customimport.htm
>>
>> > I'm importing a fairly simple address list from a MS Access database into
[quoted text clipped - 18 lines]
>> > mode, but then couldn't apply this new form to every item in the folder,
>> > again using the forms management option etc.