Access 2007 can I capture the "clicked" field using an OnClick event on a report?
Posted
by Aaron Quince
on Stack Overflow
See other posts from Stack Overflow
or by Aaron Quince
Published on 2010-03-23T00:11:01Z
Indexed on
2010/03/23
0:21 UTC
Read the original article
Hit count: 291
ms-access
In Access 2007 I want to be able to click on a name field in a report and call a separate report with personal information about the person who's name was clicked to start the event. This would be as an alternative to creating a subreport or including the subreport fields in the main report in the interest of saving space. How do I reference the value of the clicked field for use in a query called with the OnClick event?
Thanks for your help.
© Stack Overflow or respective owner