Hello there,

i'm working on a simple search application using sql commands on access 03.

how can i add % % into this line of condition?

WHERE Name LIKE [" & me.text & "].

i'm thinking along the line of LIKE [ % " & me.text & " % ] which gives error.

Any sugguestions?

Thank You

Astro