Fliter name on a report

F

Fipp

I have a form and on the form I can apply several different filters from
query's. I would like to have a text box on a form show me the filter that
has been applied. I would also like that filter to show up on a report. Any
suggestions on how to get that done?
 
D

Duane Hookom

This depends on how you "can apply several different filters". If you are
changing the filter property, you can add a text box to the form with a
control source of:
=[Filter]
 
Top