Mar 19, 2004 #1 zp162002 Programmer Feb 3, 2003 39 US I need to create a filter that will accept double quotes inside a string. My current line of code is: strFilter = "[SpecificMatter] = """ & Me.SpecificMatter & """" This will accept single quotes but not double quotes. Can anyone help me? Thanks in advance.
I need to create a filter that will accept double quotes inside a string. My current line of code is: strFilter = "[SpecificMatter] = """ & Me.SpecificMatter & """" This will accept single quotes but not double quotes. Can anyone help me? Thanks in advance.
Mar 19, 2004 #2 lameid Programmer Jan 31, 2001 4,212 US The line looks correct. What error message are you getting? What does the rest of the procedure look like? Upvote 0 Downvote
The line looks correct. What error message are you getting? What does the rest of the procedure look like?