creating a hyperlink to move to the page of a group header

alistairmc

New member
Local time
Today, 22:50
Joined
Mar 18, 2010
Messages
1
Hi,
I have a report that lists comments grouped by their theme. I want to have a contents page that contains hyperlinks to move to the start of each theme. I was looking at the hyperlink feature, but don't know what could be put in the address field.

The reports get printed to pdf by the way. So the links would need to work when being viewed as a pdf.

Any ideas?

Thanks,
Alistair
 
Hi,
I have a report that lists comments grouped by their theme. I want to have a contents page that contains hyperlinks to move to the start of each theme. I was looking at the hyperlink feature, but don't know what could be put in the address field.

The reports get printed to pdf by the way. So the links would need to work when being viewed as a pdf.

Any ideas?

Thanks,
Alistair

Welcome to AWF Alistair :)

I have a report that lists comments grouped by their theme. I want to have a contents page that contains hyperlinks to move to the start of each theme. I was looking at the hyperlink feature, but don't know what could be put in the address field.
This feature is common in webpages and in the html the hyperlink would have extra parameters. Access' hyperlink method doesn't have this argument. There might be ways to get access to behave that way but it won't be easy.

The reports get printed to pdf by the way. So the links would need to work when being viewed as a pdf.
Another HTML with scripting feature. Maybe you should consider building a webpage for this :)
 

Users who are viewing this thread

Back
Top Bottom