Google Groups no longer supports new Usenet posts or subscriptions. Historical content remains viewable.
Dismiss

report

0 views
Skip to first unread message

ddwengineer

unread,
Jan 5, 2010, 7:55:01 PM1/5/10
to
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

fredg

unread,
Jan 5, 2010, 10:16:24 PM1/5/10
to

Code the button's Click event:
DoCmd.OpenReport "ReportName", acPreview, , Me.Filter
--
Fred
Please respond only to this newsgroup.
I do not reply to personal e-mail

0 new messages