businessman
Registered User.
- Local time
- Today, 03:29
- Joined
- Jun 19, 2006
- Messages
- 79
I have a form that has a filter that I designed using a series of checkboxes. When I try and get a report to print the filtered information that is displayed currently on the screen, it will not do it. The report will still print all of the records. I tried saying Me.Filter in the where condition of the DoCmd but it didn't work. How do I do this?