Hi
This query only pulls out data from table if its an exact match to field
data, or it creates an error.
I need to get the *LIKE* working so it pulls out data where only part of the
field data is entered in the search box ; ie if value in field = bloggs then
the *Like* would only need *oggs* or *blog* and the upper/lower case would
not matter.
cant get the wildcard % to work here either.
This is my code:-
oRs.Open "SELECT * FROM member WHERE member.company_name Like('" & strCoName
& "')"
can you help?
Thanks