View Single Post
  #10  
Old November 19th, 2005, 02:47 AM posted to microsoft.public.outlook.contacts
external usenet poster
 
Posts: n/a
Default Exporting User defined Contact Field

I’m so embarrassed, the problem was not with Access or Outlook, it was with
ME, The Access default text field size (50) was too small to handle the one
instance of 7 kids. Set default size to 200 and presto. Thank you again,
you provide a wonderful service.--
Keith


"Sue Mosher [MVP-Outlook]" wrote:

What error? Break the statement apart to see whether it's on the Access side or the OUtlook side:

strChildren = c.Children
rst!Children = strChildren
--
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


"Keith" wrote in message ...
Sue OK... seems that I think all is well when ...alas something else goes
wrong... I used the Object Browser to find the properties/methods for all the
items that I needed to export, some would have not been easy to guess (User1
for the Contact Item "User Field 1". EXCEPT the field in Contacts called
Children, which according to the object browser is "Children" code in
rst!Children = c.Children and get error. Must be known by another name that
the object browser does not show???