Hi,
Im sure im just missing something simple here...
Ive just created some code that opens a table and filters it:
strfilter = "[Number]= " & Me![Number]
DoCmd.OpenTable "TblMainList"
DoCmd.ApplyFilter , strfilter
but after some further actions I need the filter to be removed!
I have had a look but cant find anything that would do this. Surely it MUST be possible!!
Thank you
Im sure im just missing something simple here...
Ive just created some code that opens a table and filters it:
strfilter = "[Number]= " & Me![Number]
DoCmd.OpenTable "TblMainList"
DoCmd.ApplyFilter , strfilter
but after some further actions I need the filter to be removed!
I have had a look but cant find anything that would do this. Surely it MUST be possible!!
Thank you