A Microsoft Outlook email forum. Outlook Banter

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.

Go Back   Home » Outlook Banter forum » Microsoft Outlook Email Newsgroups » Outlook - Using Forms
Site Map Home Register Authors List Search Today's Posts Mark Forums Read Web Partners

Help with Dynamic hyperlink



 
 
Thread Tools Search this Thread Display Modes
  #1  
Old April 30th 07, 09:41 PM posted to microsoft.public.outlook.program_forms
Murphybp2
external usenet poster
 
Posts: 26
Default Help with Dynamic hyperlink

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
Search this Thread:

Advanced Search
Display Modes

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

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Forum Jump

Similar Threads
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


All times are GMT +1. The time now is 12:25 PM.


Powered by vBulletin® Version 3.6.4
Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.Search Engine Friendly URLs by vBSEO 2.4.0
Copyright ©2004-2025 Outlook Banter.
The comments are property of their posters.