How do I attach a report to a recordset created by a 'filter by Form'? Thanks in anticipation
J John Dec 11, 2005 #1 How do I attach a report to a recordset created by a 'filter by Form'? Thanks in anticipation
F fredg Dec 11, 2005 #2 How do I attach a report to a recordset created by a 'filter by Form'? Thanks in anticipation Click to expand... Create your normal report. Then, add a command button to your form. Code it's Click event: DoCmd.OpenReport "ReportName", acViewPreview, , Me.Filter
How do I attach a report to a recordset created by a 'filter by Form'? Thanks in anticipation Click to expand... Create your normal report. Then, add a command button to your form. Code it's Click event: DoCmd.OpenReport "ReportName", acViewPreview, , Me.Filter