Bragi Fannar
01-08-2001, 07:59 AM
I'm trying to run a query where a memo field is LIKE something. the query
is supposed to find a textstring somewhere in the field, here's the query:
rs.Open "SELECT * FROM tblTable WHERE MemoField LIKE '%" & Text1.Text & "%'",
CONN
Ive tried using both % and *
The query always returns end of file.
is supposed to find a textstring somewhere in the field, here's the query:
rs.Open "SELECT * FROM tblTable WHERE MemoField LIKE '%" & Text1.Text & "%'",
CONN
Ive tried using both % and *
The query always returns end of file.