Harry Shmedlap
Registered User.
- Local time
- Today, 23:37
- Joined
- Aug 9, 2005
- Messages
- 51
The # character in a hyperlink is used to separate hyperlink parts. Here is a case when I do NOT want this character to do the separation: a network file where the # character is part of the filename: k:\data\someFile#ref02.doc.
How can I put this URL into a hyperlink field in a table and NOT have Access treat it like this:
Address: k:\data\someFile
Subaddress: ref02.doc
which then of course results in the usual "Unable to open..." error.
(I tried replacing the # with %023 but when Access seems to convert it automatically to #).
How can I put this URL into a hyperlink field in a table and NOT have Access treat it like this:
Address: k:\data\someFile
Subaddress: ref02.doc
which then of course results in the usual "Unable to open..." error.
(I tried replacing the # with %023 but when Access seems to convert it automatically to #).