access_asp thread: Finding String Variables in SQL
I am having trouble finding strings using "=" rather than "LIKE" . Can this be done by, for example, one of the methods below? ....WHERE Initials=" strIDForChangedRecord ....WHERE Initials=" & strIDForChangedRecord Or can you only use LIKE to select string variables? Steve
|





