![]() |
If this is your first visit, be sure to check out the FAQ by clicking the link above. You may have to register before you can post: click the register link above to proceed. To start viewing messages, select the forum that you want to visit from the selection below. |
|
|
Thread Tools | Search this Thread | Display Modes |
|
#1
|
|||
|
|||
![]()
I am having trouble with a certain Outlook form in Outlook XP on
Windows XP. I have a combobox - combobox 4 - which has two options in its drop-down box: 1.Referral, 2.Other. If the user chooses "Referral" from the dropdown box, I want a previously hidden label --label65--and text box to become visible. Here is the code I put in for the label as an example, but it is not working. Can someone tell me what I am doing wrong, please? I am *really grateful* for any help. Sub ItemChange() If Item.GetInspector.ModifiedFormPages("Message").con trols("ComboBox4").value="Referral" then Item.GetInspector.ModifiedFormPages("Message").Con trols("label65").Visible = true End If End Sub |
#2
|
|||
|
|||
![]() |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Thread Starter | Forum | Replies | Last Post |
how to display a form for the user to select a list of contacts from the addressbook | LeAnne | Outlook - General Queries | 0 | January 8th 06 12:55 PM |