Hello all
I am having a bit of a problem with this line of code. I have a form that users input information and it produces a dynamic query. The like statement for the memo field is not working at all.
and i have tried this way and about 5 other ways:
Any help would be appreciated.
Thanks
Raven
I am having a bit of a problem with this line of code. I have a form that users input information and it produces a dynamic query. The like statement for the memo field is not working at all.
Code:
where = where & " AND [specialcircum] like " * " & " + Me![spcircum] + " & " * ""
and i have tried this way and about 5 other ways:
Code:
where = where & " AND [specialcircum] like "*" & '" + Me!spcircum + "'&"*""
Any help would be appreciated.
Thanks
Raven