![]() |
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 creating a custom form and have added a command button that fires
a hyperlink to look up a ticket number.. What I would like to do though, is have it where the hyperlink includes text from a field on the form that has the ticket number information. Here is the current script that I tried, but it's not adding the text from the field I chose. Sub Label9_Click() Set MyApp = Item.Application Set Web = MyApp.CreateObject("InternetExplorer.Application") Web.Visible = TRUE Web.Navigate "http://helpdesk.bcbsfl.com/servicecenter/ ticketsearch.asp?ticket"& item.UserProperties("Service Center Ticket") End Sub |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Thread Starter | Forum | Replies | Last Post |
Is Restrict Dynamic | MON205 | Outlook - General Queries | 2 | April 4th 07 04:34 PM |
Is Restrict Dynamic | MON205 | Add-ins for Outlook | 2 | April 4th 07 04:34 PM |
Dynamic result by recipient’s name | Pari | Outlook and VBA | 5 | February 12th 07 08:09 PM |
Is a dynamic Map to location possible? | Angyl | Outlook - Using Forms | 0 | July 5th 06 06:00 PM |
Outlook 2003 Dynamic signatures | TheHealingLotus | Outlook - General Queries | 1 | March 9th 06 12:38 PM |