View Full Version : creating a hyperlink to move to the page of a group header


alistairmc
03-18-2010, 07:15 AM
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

vbaInet
03-18-2010, 12:01 PM
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 :)