K
Kathy
I have converted my Access db to an Access Project. All is well except one
search query. In Access, my criteria is:
Like "*" & [Forms]![frmAllSearch]![txtWhatBook] & "*"
I have the same form in my ADP, but when I copy and paste this into my
Stored proc criteria it converts as
LIKE N'[*] & [Forms]![frmAllSearch]![txtWhatBook] & [*]'
but it doesn't return results.
Can anyone tell me how to convert this please?
Thanks.
search query. In Access, my criteria is:
Like "*" & [Forms]![frmAllSearch]![txtWhatBook] & "*"
I have the same form in my ADP, but when I copy and paste this into my
Stored proc criteria it converts as
LIKE N'[*] & [Forms]![frmAllSearch]![txtWhatBook] & [*]'
but it doesn't return results.
Can anyone tell me how to convert this please?
Thanks.