Symbol and Text Like query

nyasa05

New member
Local time
Today, 11:09
Joined
Aug 31, 2015
Messages
11
Hello,
I'd like to query #Variance in an access database. I have the Like'*[#]*' but I can't seem to incorporate the variance to that. Can someone please help me with that?

Thanks
 
Hi. What do you mean by #Variance. Is "Variance" supposed to be a number or something?
 
No, I am querying a comments field so I want records that include #Variance in the comments field.
 
No, I am querying a comments field so I want records that include #Variance in the comments field.
Do you mean "#Variance" is a literal value? If so, have you tried something like:


Code:
Like "*[#]Variance*"
 
Hi. You're welcome. Glad to hear it worked. Good luck with your project.
 

Users who are viewing this thread

Back
Top Bottom