I have a text box which I wish to be able to search using a keyword. However when I run the search it finds no records when I know there is 2. If I run it like a query it works however I want to do it in VB Code. I have the following code example:
CSearch = CSearch + "AimDescription Like '* " _
+ mmAimDescription + " *'"
Can anyone tell me where I am going wrong?
CSearch = CSearch + "AimDescription Like '* " _
+ mmAimDescription + " *'"
Can anyone tell me where I am going wrong?