B
Brian Henry
Is it possible to do a query in access that will find all the rows which
contain the text a user specifies? like if my table is like this
SearchTable
===========
id pk autonumber
textField memo
could i do a select statement to find all the rows that contain the text
"help me" in the textField column at any position in it? I know you can do
this in SQL server for searching..... Thanks
contain the text a user specifies? like if my table is like this
SearchTable
===========
id pk autonumber
textField memo
could i do a select statement to find all the rows that contain the text
"help me" in the textField column at any position in it? I know you can do
this in SQL server for searching..... Thanks