I tried to use a filter in a query that I use to open an Excelsheet with this data.
First I declare a strFilter as string, I give this a value with a inputwindow, then I open the query en build the criteria. Then use Me.Filter = strFilter, put the Me.FilterOn = true. The strange thing is that the filterOn stays FALSE. What can be the reason???
Thanks for replay.
First I declare a strFilter as string, I give this a value with a inputwindow, then I open the query en build the criteria. Then use Me.Filter = strFilter, put the Me.FilterOn = true. The strange thing is that the filterOn stays FALSE. What can be the reason???
Thanks for replay.