Wildcard character with Select Statement
What is wrong with my snytax? I've created a macro to
retrieve info from an Access table. Here is the query
passed to the connection object:
strSQL = "SELECT value FROM " & strTable & " WHERE
PageRef LIKE '??10'"
|