Can you pass a report parameter to a hyperlink?

G

Guest

Hi!

I've got this access report that pulls in the data, based on a query. In the report, I'd like for a user to click on one of the fields and it takes them to a hyperlink.

For example, the report could look like:

Name Employee ID
John Doe 123
Jane Doe 789

I'd like to be able to click on "123" and have it take me to a hyperlink: http://hr.company.com/?employee=123

Is that possible? If so, how?
 
B

BryanK

I don't think I've seen this done from an access report.
Reports are strictly reports from what I know... you
can't "drill" into them. They aren't interactive.
-----Original Message-----
Hi!

I've got this access report that pulls in the data, based
on a query. In the report, I'd like for a user to click on
one of the fields and it takes them to a hyperlink.
For example, the report could look like:

Name Employee ID
John Doe 123
Jane Doe 789

I'd like to be able to click on "123" and have it take me
to a hyperlink: http://hr.company.com/?employee=123
 
G

Guest

I meant a Data Access Page. I know you can click links on those. Can I pass a parameter to the hyperlink in one of those? If so, how?
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top