Ok, so I am looking at someone else's code. They have used a filter on a form. But the filter is like
DoCmd.ApplyFilter "NameOfaQuery"
I don't see any documentation that you can use a name of a query as a filter. I assume it is just taking the criteria from the query and applying it to the filter.
Anybody else ever seen this before?
Thanks
Simi