PC Review


Reply
Thread Tools Rate Thread

Adding selection options for a combo box in Outlook

 
 
duugg
Guest
Posts: n/a
 
      14th Nov 2008
Hi all,

Wow, there is a lot to learn about forms in Outlook. Here's my
problem...which actually started both in Word and Outlook.

I created a Word doc that had a few text form fields and 1 drop-down box
field. Then I selected the "Email button" which allowed me to send the form
to the appropriate party/parties with all the fields that I have pre-filled
in.

After I sent it, all text form fields retained the data I put in, but the
drop-down box field did NOT retain the selection I gave it. As a matter of
fact, it didn't even show ANY of the options, the sent message appears as if
there was never a drop-down box to begin with.

So that gave me the idea to do this as a form in Outlook, to which I have
ZERO experience.

I was trying to play around with the control box, so I added a one. Then I
right clicked on the box, looked at all the options but for the life of me,
cannot get multiple entries in there like I did with Word. Word was easy, you
typed an option, clicked on ADD, typed another option, clicked on ADD again,
etc. Outlook seems much more difficult to accomplish this what I perceive to
be an easy task.

Am I going the have to learn VBA script for this? Isn't there a GUI
interface for doing this? How can the above be done.

After all is said and done, I would like to to able to do 2 things when
pulling up a form...

1. Email area - Have the mail recipient box ready and the "TO" button (for
selecting a contact) visible.

2. Body Area - Go through about 4 tab fields; entering whatever data I would
like, selecting 1 of 4 entries in a drop down box.

Send it to the recipients that I would like and have it HOLD all of the
info, including my selection from the drop-down box.

Thanks in advance


 
Reply With Quote
 
 
 
 
Ken Slovak - [MVP - Outlook]
Guest
Posts: n/a
 
      14th Nov 2008
Outlook forms development hasn't had much investment in over 10 years and is
not easy to work with, and is definitely not real robust. Look at all the
information about forms development at www.outlookcode.com for lots more
information about all the things you're asking.

--
Ken Slovak
[MVP - Outlook]
http://www.slovaktech.com
Author: Professional Programming Outlook 2007.
Reminder Manager, Extended Reminders, Attachment Options.
http://www.slovaktech.com/products.htm


"duugg" <(E-Mail Removed)> wrote in message
news:E018113F-F5D8-4C6B-B79E-(E-Mail Removed)...
> Hi all,
>
> Wow, there is a lot to learn about forms in Outlook. Here's my
> problem...which actually started both in Word and Outlook.
>
> I created a Word doc that had a few text form fields and 1 drop-down box
> field. Then I selected the "Email button" which allowed me to send the
> form
> to the appropriate party/parties with all the fields that I have
> pre-filled
> in.
>
> After I sent it, all text form fields retained the data I put in, but the
> drop-down box field did NOT retain the selection I gave it. As a matter of
> fact, it didn't even show ANY of the options, the sent message appears as
> if
> there was never a drop-down box to begin with.
>
> So that gave me the idea to do this as a form in Outlook, to which I have
> ZERO experience.
>
> I was trying to play around with the control box, so I added a one. Then I
> right clicked on the box, looked at all the options but for the life of
> me,
> cannot get multiple entries in there like I did with Word. Word was easy,
> you
> typed an option, clicked on ADD, typed another option, clicked on ADD
> again,
> etc. Outlook seems much more difficult to accomplish this what I perceive
> to
> be an easy task.
>
> Am I going the have to learn VBA script for this? Isn't there a GUI
> interface for doing this? How can the above be done.
>
> After all is said and done, I would like to to able to do 2 things when
> pulling up a form...
>
> 1. Email area - Have the mail recipient box ready and the "TO" button (for
> selecting a contact) visible.
>
> 2. Body Area - Go through about 4 tab fields; entering whatever data I
> would
> like, selecting 1 of 4 entries in a drop down box.
>
> Send it to the recipients that I would like and have it HOLD all of the
> info, including my selection from the drop-down box.
>
> Thanks in advance
>
>


 
Reply With Quote
 
Ken Slovak - [MVP - Outlook]
Guest
Posts: n/a
 
      16th Nov 2008
Hi Hollis,

Sue's finishing up her master's degree work. She also sold outlookcode.com
to Eric Legault. Whether or not she ultimately returns to the newsgroups is
an open question.

--
Ken Slovak
[MVP - Outlook]
http://www.slovaktech.com
Author: Professional Programming Outlook 2007.
Reminder Manager, Extended Reminders, Attachment Options.
http://www.slovaktech.com/products.htm


"Hollis Paul" <(E-Mail Removed)> wrote in message
news:(E-Mail Removed)...
<snip>
> After telling one petitioner that Sue "owned" this newsgroup and that
> most questions were already answered on outlookcode.com, I started
> noticing that she hasn't been answering questions here in several
> weeks. Has Sue retired?
>
> --
> Hollis Paul
> Mukilteo, WA USA


 
Reply With Quote
 
Ken Slovak - [MVP - Outlook]
Guest
Posts: n/a
 
      17th Nov 2008
For more on what Sue's doing: http://www.turtleflock.com/

--
Ken Slovak
[MVP - Outlook]
http://www.slovaktech.com
Author: Professional Programming Outlook 2007.
Reminder Manager, Extended Reminders, Attachment Options.
http://www.slovaktech.com/products.htm


"Hollis Paul" <(E-Mail Removed)> wrote in message
news:(E-Mail Removed)...
> In article <#(E-Mail Removed)>, Ken Slovak - [MVP -
> Outlook] wrote:
>> Sue's finishing up her master's degree work. She also sold
>> outlookcode.com
>> to Eric Legault. Whether or not she ultimately returns to the newsgroups
>> is
>> an open question.
>>

> Well, that is certainly change, and probably progress. I recall hearing
> something about a master's, but don't remember the subject. I doubt that
> it
> is in the field of Outlook Forms programming, so I would expect her to
> move on
> to more interesting pastures. Then again, I am still hanging about. It
> may
> be a stronger addiction than I thought. I get the feeling that it is like
> the
> tree in the quad, you have to look at it regularly, or it disappears and
> no
> one will have noticed.
>
> --
> Hollis Paul
> Mukilteo, WA USA
>
>


 
Reply With Quote
 
 
 
Reply

Thread Tools
Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
Filter Combo Box Options based on other Combo Box Selection PVANS Microsoft Access Form Coding 1 11th Jan 2010 02:06 PM
Adding Combo Box Options Automatically and making it dependent Jitendra Kumar Microsoft Excel Programming 3 12th Apr 2008 11:14 AM
dynamically changing selection options for a combo using row sourc =?Utf-8?B?c21hcnR5?= Microsoft Access ADP SQL Server 7 16th Mar 2006 09:22 AM
change combo box options based on another selection =?Utf-8?B?RW1td2Vi?= Microsoft Access Form Coding 2 8th Mar 2005 09:38 PM
Combo Box Selection Remain Static Upon Adding New Record? =?Utf-8?B?VGluYQ==?= Microsoft Access Forms 6 14th May 2004 05:28 PM


Features
 

Advertising
 

Newsgroups
 


All times are GMT +1. The time now is 12:23 AM.