Please help me with this because I cannot seem to get it right
I am trying to query a name(Daniel O\'Neal) in column names tblStudents in an access database however
How about more simply: Select * from tblStudents where [name] = replace(YourName,"'","''")