I am able to search on my form by entering all or part of the criteria and pressing return (as opposed to a search button) The textbox is unbound
I would like to retain the text that I am searching for.
This is useful for narrowing down the criteria.
Any thoughts?
I tried
Me.ClientSearch.SelStart = 1
but to no avail.
I would like to retain the text that I am searching for.
This is useful for narrowing down the criteria.
Any thoughts?
I tried
Me.ClientSearch.SelStart = 1
but to no avail.