Remove Filter/Sort VBA

C

cvegas

I would like to put a cmdbutton on my form that does exactly the same thing
as clicking on Records and then the Remove Filter/Sort combination.

I have tried me.refresh, me.repaint?, me.requery and then filter on = false
but can't seem to figure it out. I'm sure this is simple.

Proper syntax would be greatly appreciated.

Thanks in advance.
 
Top