Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Chris Miller on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Links in listboxes - clickable

Status
Not open for further replies.

Crookshanks

Technical User
May 18, 2004
296
NL
Hello there,

I've got a Access2003 database in which you can browse using a listbox. The listbox shows 5 items of a particular query. In this listbox one of the items is a link. This can be a link to the internet or some place on the network.

Now I want to be the link clickable. And internet link should open in the browser and a networklink should open the document in the appropriate program. Note: I defined the field as link in the properties of the table.

As far as I know is a individual item in a listbox not clickable, you can only select one record in the listbox and the listbox.value property returns the unique id of the record.

Q: Does anybody has a good tip how to build this function I want? Any help appreciated.

Kind regards,


 
Perhaps something like this:
FollowHyperlink Me![listbox name].Column(4)


Hope This Helps, PH.
FAQ219-2884
FAQ181-2886
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top