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

Hyperlink Expression syntax

Status
Not open for further replies.

tvshmat

Programmer
Joined
Mar 22, 2004
Messages
3
Location
US
Hi there! What would be the syntax in hyperlink expression to include path to a folder named Departments' Rox(Departments' Rox/gldetails.rox?...)? Tried to use single and double quotes, but still getting an error.

Thanks in advance,
T
 
You actually have a single tick in the folder name, Departments'?
 
The folder name is "Departments' Rox
 
Hmm, I dunno if the single tick will cause you problems or not. I usually put at least one set of quotes round the value that I search for. Also, you have to double the quotes inside a string, which I don't know if you're using or not. Just use the relative path name; for example, if you were creating a dynamic hyperlinked contact report:
"detail.rox?ContactID=""" & [ssId] & """"



 
Thanks, bcaslow, I'll try it.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top