select a_lastname, a_firstname, subject
from master
where subject = & "'*" & keyword & "*'"
this code in sql view in access still dosent work. what do you think is wrong with this code/statement.
it produce an error msg:
syntax error (operand missing) in query expression
'subject = & "'*" & keyword & "*'"
from master
where subject = & "'*" & keyword & "*'"
this code in sql view in access still dosent work. what do you think is wrong with this code/statement.
it produce an error msg:
syntax error (operand missing) in query expression
'subject = & "'*" & keyword & "*'"