Forum Moderators: open

Message Too Old, No Replies

Outlook Forms

         

osbornje

11:21 pm on May 1, 2003 (gmt 0)



I'm creating a form for people to fill out when requesting new users using Outlook Forms. I have multiple exchange servers, all seperated on what section they are in and by last name. I have it setup so that they choose the server by section/last name instead of server name since most user's don't know their own servers. My question is how do I get it so when they click on a particular server, it translate on my end as the actual server name so I don't have to decipher it? Any help will be appreciated.

aspdaddy

5:01 pm on May 13, 2003 (gmt 0)

WebmasterWorld Senior Member 10+ Year Member



Are you using the Outlook ComboBox?
I dont think that control allows different values to be passed than the ones displayed.

You will need an array or type to store the server names and do lookups. You could script the item_Send() so that it does the lookup, so you get the right info.