"reply side of the form"? You mean the read layout? Did you bind it to the same Outlook field?
A reply is a new item. If the field value isn't being copied, you can always put code in the Item_Reply to copy the value.
--
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
"JohnG" <(E-Mail Removed)> wrote in message news:91F81551-1E13-46B0-91C9-(E-Mail Removed)...
> Following your previous advice Sue I installed the mscomctl2.ocx, registered
> it and installed it to the control box.
>
> I can now put a datepicker control on the compose portion of a message based
> form and it appears to work fine.
>
> But when I copy that control and paste it on reply side of the form it
> doesn't take the compose form sides input and copy it to the reply side. As
> in when they pick a date on the compose I want that exact same date they
> picked to be duplicated to the reply side when I answer the form and send it
> back.
>
> The reply side acts like a completely new control box w/no relation to the
> compose side. I have done the copy and paste for other controls that do mimic
> each other just fine except in this case.
>
> I'm using Outlook 2002 on Windows XP Pro if that has anything to do with it.
>
> Any advice appreciated yet again.
>
> John