Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations strongm on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Filter (Disable save of minor design changes)

Status
Not open for further replies.

Affy

Programmer
Nov 27, 2001
9
GB
Anyone have any ideas on how to disable the automatic saving of minor design changes on a form after running a filter.

 
I assume you want to remove the filter that access places in the forms property window because it continues to apply the filter the next time you open the form. If that's the case, you can turn the filter off when you close the form.
Me.FilterOn = False
 
Thanks for the response but I've tried that it works but it's not what I wanted although the filter is removed the last filter that was run is automatically saved in design changes.

Becaus it see's the changes as minor it saves the filter within design changes when closing the form this causes the form to take ages to close.

 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top