B bigmac Registered User. Local time Today, 04:38 Joined Oct 5, 2008 Messages 302 Nov 7, 2013 #1 hi all, can you help please, how do i select one record from a subform and open it on a report please? cheers
hi all, can you help please, how do i select one record from a subform and open it on a report please? cheers
pr2-eugin Super Moderator Local time Today, 12:38 Joined Nov 30, 2011 Messages 8,494 Nov 7, 2013 #2 Use any of the control's double click event to open the Report using the where condition of the DoCmd.OpenReport method..
Use any of the control's double click event to open the Report using the where condition of the DoCmd.OpenReport method..
M Mihail Registered User. Local time Today, 14:38 Joined Jan 22, 2011 Messages 2,373 Nov 7, 2013 #3 Manage that the report to be open by using a WHERE clause that have the subform record ID as a filter.
Manage that the report to be open by using a WHERE clause that have the subform record ID as a filter.