Feb 13, 2006 #1 tekvb1977 Technical User Nov 16, 2005 46 US I am using a recordset in my code and I filter on it using: rst.Filter = ............... How could I remove the filter later in my VBA code. Thanks for your help in advance. J
I am using a recordset in my code and I filter on it using: rst.Filter = ............... How could I remove the filter later in my VBA code. Thanks for your help in advance. J
Feb 13, 2006 #2 CautionMP Programmer Dec 11, 2001 1,516 US [tt]rst.Filter = ""[/tt]? CMP Funny thing about being unemployed, weekends don't mean quite so much, just means you get to hang out with your working friends. Primus Upvote 0 Downvote
[tt]rst.Filter = ""[/tt]? CMP Funny thing about being unemployed, weekends don't mean quite so much, just means you get to hang out with your working friends. Primus