No Hyperlinks in Reports

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Hello, I have a report that is generated from a form and now the user wants
one of the fields in the report to have a hyperlink back to the original
record in the form. I realized (after a lot of frustration) that reports are
not interactive. I was wondering how other people have dealt with this
problem. I saw one solution that involved saving the report to a PDF but I
don't think that would work in this case. Has anyone found a good workaround
for this? Thanks so much for any help that you can provide.
 
Just create a FORM. Forms are interactive objects that can display pretty
much the same data as a report, but can include links and buttons.
 
Thank you very much. But I need to run a select statement and format the
result. Can I do that with a form?
 
Yes. Forms can be based on queries or you can apply filters to them. The
user can be prompted for values when you do this.
 
Back
Top