Hyperlinks on a report

csou5555

Registered User.
Local time
Today, 02:22
Joined
Feb 23, 2006
Messages
10
I have a report, which is based on a query running against a table in my database. One field in the table contains hyperlinks to word documents (billing) on our server. When running a query against the table, the hyperlinks are still active in the query. However, in the end, the hyperlinks are not functional on the report. Is there any way to update this? I would like someone to be able to run the report and click on a hyperlink to jump to the billing document. Any assistance would be appreciated!!!!!
 
If memory serves hyperlinks and buttons won't work on reports,If I am wrong I am sure some one will let us know
 
I'll be taking for granted that you are wanting to do this from PreviewReport.

Create a Form that looks just like your Report. You may have to uses subForms to get what you want. To Print the Report, base the ReportForm and Report on the same saved Queries, and use a CommandButton to print hard copy.

An example of this can be seen in Quicken and QuickBooks.

hope this helps
 

Users who are viewing this thread

Back
Top Bottom