M
Maurice Snell
I want to take data values from query fields or expressions and use them to
generate URLs, e.g.
"http://somewhere.com/Products/" & [ProductName]
but all the hyperlink objects only seem to accept a static string, not a
dynamic expression.
Any suggestions, apart from writing raw html for the entire report including
headers & formatting?
generate URLs, e.g.
"http://somewhere.com/Products/" & [ProductName]
but all the hyperlink objects only seem to accept a static string, not a
dynamic expression.
Any suggestions, apart from writing raw html for the entire report including
headers & formatting?