I can create a hyperlink from an Access form to open a web page from a URL no problem but can anyone advise the best way to pass the value of a field on the form as a parameter in the URL? For example, a normal URL hyperlink might look like this...
http://[server]/reportserver?MyReport
The parameterised URL might look like this...
"http://[server]/reportserver?MyReport&rs:Command=Render&ID=999
The ID parameter is on the same form, field name "ID" for example. Could the parameter be handled in a normal hyperlink so I could have two hyperlinks, one to the report without paramters and one to the same report but with a parameter?
Thanks,
Zarty
http://[server]/reportserver?MyReport
The parameterised URL might look like this...
"http://[server]/reportserver?MyReport&rs:Command=Render&ID=999
The ID parameter is on the same form, field name "ID" for example. Could the parameter be handled in a normal hyperlink so I could have two hyperlinks, one to the report without paramters and one to the same report but with a parameter?
Thanks,
Zarty