Set of hyperlinks in ACCES Tables via VBA

W

WK

Hi there,

Short question. I use a table with several fields. One of them is of type
"hyperlink". When I do copy an existing link, e.g. from the browser, and I
insert it into this hyperlink field everything works fine. That means if I
klick on the link the browser will be opened.

My concrete question is: How do I reach this if I want to set a hyperlink
from ACCESS-VBA? The command

fields("hyp_link")=http://www.cnn.com"

works, the contents in the table will be shown as "underlined" (as a
hyperlink), the mouse symbol changes into the "hand"-symbol but when I klick
on it there ist no action.

Any hep for me.

Regards,
Winfried
 
Top