That's pretty disappointing news.. I want the "#" in the title. Is it possible, based on the search seminar SQL VBA setup" to take a "SearchTerm" and say
if a "#" exists then S= SearchTerm &"["&"]" something like that else S=SearchTerm.
something like that because I don't want to upadate querry and remove it from the title?
PS I based if my search form on Product search lesson in the search seminar
Reply from Alex Hedley:
You can keep the # in your Field in the Table, I meant you would need to wrap the # in [] when passing it to the search function.
Just need to sanitise the search term before using it. SearchTerm =REPLACE(SearchTerm, "#", "[#]")
Sorry, only students may add comments.
Click here for more
information on how you can set up an account.
If you are a Visitor, go ahead and post your reply as a
new comment, and we'll move it here for you
once it's approved. Be sure to use the same name and email address.
This thread is now CLOSED. If you wish to comment, start a NEW discussion in
Access Search Seminar.