Crookshanks
Technical User
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,
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,