A
Arijit Upadhyay
My Access 2002 table has just two fields rowid & pages. The pages field
contain a large amount of data about 40 kb in a memo field. I am trying to
do a search on the memo field by criteria but it returns nothing.
PARAMETERS searchText Text;
SELECT Table1.csid, Table1.pages
FROM Table1
WHERE (((Table1.pages) Like [searchText]));
How to get a good result
Regards
Arijit
contain a large amount of data about 40 kb in a memo field. I am trying to
do a search on the memo field by criteria but it returns nothing.
PARAMETERS searchText Text;
SELECT Table1.csid, Table1.pages
FROM Table1
WHERE (((Table1.pages) Like [searchText]));
How to get a good result
Regards
Arijit