printing a filtered table

MarkGardner

Registered User.
Local time
Today, 03:36
Joined
Mar 27, 2008
Messages
43
Within a Macro I am able to successfully establish and display filtered records from a table with success, but when it goes to the next step of the Macro (to print the filtered records), it begins to print the entire table as if my filter were non-existant. I have looked at the report and have not been able to figure out what is wrong with either the report or report properties or the filter setup.
 
what macro command are you using for printing? are you printing the report or the table? Does the report display the filtered records?

You may have the wrong criteria specified in the macro somewhere. When you print a report, it should print the screen, not the source of the report (which might be the table in this case).
 

Users who are viewing this thread

Back
Top Bottom