| re: Creating active Hyperlinks with report print preview
Have you tried using a form instead of a report? It seems to me that you would benefit by having a series of forms that are filtered by whatever command buttons and combo boxes you set up. Then if you need an actual "report" based on the info currently displayed on your screen, create a "print report" or "view report" button on the form.
The only reason that I can think of that you'd even desire to do this from a report rather than a form is if you like the way the report lists the data. If that's the case, you might try duplicating that look in a form, like with the form setting on "continuous forms" and have the shape of the form be long horizontally and short vertically, with just enough room to display the desired fields and have a button or two. Then each record would be displayed like a line in a report (though not as compactly), one after the other after the other in a list.
If I have it all wrong, let me know why it is you wish you could do it from the report itself. What do you like about the report that would work better for you than a form?
|