report

D

ddwengineer

I have a table & report. I can use filterbyform to return the subset of data
I want. How do I program one button to generate a report from the filtered
data
 
F

fredg

I have a table & report. I can use filterbyform to return the subset of data
I want. How do I program one button to generate a report from the filtered
data

Code the button's Click event:
DoCmd.OpenReport "ReportName", acPreview, , Me.Filter
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top