That's potentially part of the problem. Another possible issue: Did you forget to click the Edit Read Page button and create a read layout showing the fields that contain the data?

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
> I'd be able to publish it in the Organizational Forms library. Is that
> the cause of the problem? That the form isn't available at the
[quoted text clipped - 26 lines]
>> > that I'm doing something obvious to cause this, but I was hoping that
>> > someone could point out my error. Thanks in advance.
Hi Sue,
I have a similar problem in sending a form from Word. The form arrives in
Outlook beautifully except that the content of drop-down menus does not
display. Would the Edit->Read Page you describe here work? Also, I didn't
see that on my Outlook menu.
Regards,
Trouvera
> That's potentially part of the problem. Another possible issue: Did you forget to click the Edit Read Page button and create a read layout showing the fields that contain the data?
>
[quoted text clipped - 28 lines]
> >> > that I'm doing something obvious to cause this, but I was hoping that
> >> > someone could point out my error. Thanks in advance.
Hollis Paul - 31 Oct 2006 19:15 GMT
> I have a similar problem in sending a form from Word. The form arrives in
> Outlook beautifully except that the content of drop-down menus does not
> display. Would the Edit->Read Page you describe here work? Also, I didn't
> see that on my Outlook menu.
Before you send in Word, you want to save the List value of the drop-down
control to an Outlook list field and the index value of the control to a
outlook numeric field, and add code to your Item Open list to initialize the
list box from the fields.
--
Hollis Paul
Mukilteo, WA USA
Trouvera52 - 31 Oct 2006 19:32 GMT
Would it work (and be easier?) if I save the file in Word, and then attach it
and do a mailto? That was my next plan.....thanks.
> > I have a similar problem in sending a form from Word. The form arrives in
> > Outlook beautifully except that the content of drop-down menus does not
[quoted text clipped - 9 lines]
> Hollis Paul
> Mukilteo, WA USA
Sue Mosher [MVP-Outlook] - 31 Oct 2006 20:14 GMT
Do a mailto where?
If you send a Word file as an attachment, then it will act like a Word file. Outlook is not involved at all, except as the way to get it from point A to point B .

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
> Would it work (and be easier?) if I save the file in Word, and then attach it
> and do a mailto? That was my next plan.....thanks.
[quoted text clipped - 12 lines]
>> Hollis Paul
>> Mukilteo, WA USA
Sue Mosher [MVP-Outlook] - 31 Oct 2006 19:26 GMT
A Word form won't translate into an email message. The original poster was referring to a custom Outlook form.

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
> Hi Sue,
> I have a similar problem in sending a form from Word. The form arrives in
[quoted text clipped - 37 lines]
>> >> > that I'm doing something obvious to cause this, but I was hoping that
>> >> > someone could point out my error. Thanks in advance.