| DatabaseLessons.com |
'Serving the Microsoft® Access |
|
|
Search Strings with QuotesIf you have data that includes single quotes, here is the way to get around problems. For example, I need to search for an entry with a first-name value of "Richard's". Just include double double quotes. dcount("[first-name]","table-name","[first]=""Richard's""")
Happy Coding |
|
|
© 2006, 2007, 2008 Richard W. Killey. All Rights Reserved. - Privacy Policy |