I've built a listbox, whereby a user can select one or multiple items, and then a filtered form opens up with the criteria specified.
I'm doing this in an access adp. However, it seems like the serverfilter property of the form will not clear out when i close the form. I even added the followign lines in the OnClose event of the form:
Me.ServerFilter = ""
Me.Filter
Me.Refresh
Does anyone have any idea to resolve this?
Thanks in advance.
I'm doing this in an access adp. However, it seems like the serverfilter property of the form will not clear out when i close the form. I even added the followign lines in the OnClose event of the form:
Me.ServerFilter = ""
Me.Filter
Me.Refresh
Does anyone have any idea to resolve this?
Thanks in advance.