Help with Dynamic hyperlink

M

Murphybp2

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
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top