You could have (in the MakeFilter routine) :
But the Export would not easily be done with OutputTo.
There may be another way it could be done which provided a Filter or WhereClause parameter but not that way :(
Code:
Me![Practice].Form.Filter = strFilter Me![Practice1].Form.Filter = strFilter
There may be another way it could be done which provided a Filter or WhereClause parameter but not that way :(
Comment