ADVANCE FILTER/SORT

R

ramon

I have a continuous form with a command button to execute the following code
below:

DoCmd.RunCommand acCmdAdvancedFilterSort

After I have set all the fields, criteria for each & applied the filter the
advance filter/sort window stays behind the form. Is there a way to close
the advance filter/sort window right after applying the filter?

Thanks.
 
Top