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 strongm on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

hyperlinks in HTML report

Status
Not open for further replies.

steijssen

Programmer
Mar 25, 2001
92
BE
Hello,

Does anyone of you gurus know how to set the address property of a table field (type Hyperlink) from within VBA? When I fill the field, it only contains the linktext and not the address. I use
recSet.Fields("path").Value = path
since
recSet.Fields("path").Address = path
doesn't work. (recSet is the recordset I use)
But this only seems to set the linktext, not the address..

When I enter the value manually into the field, it works fine..

Please.. if this makes sense to you.. help!

Oh, could you send your replies to stijn.teijssen@electrabel.com since I can't access this site at work :-(

Thanks a million,
Stijn Teijssen
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top