Feb 13, 2006 #1 tekvb1977 Technical User Joined Nov 16, 2005 Messages 46 Location 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 Joined Dec 11, 2001 Messages 1,516 Location 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