Access Query

D

dlw

LIKE [prompted_value] + "*"
-----Original Message-----
I am prompting the user to type in a value at which the
query will filter on. How do prompt the user for a value
and let the query do a LIKE on that value. So if the user
enters an 'A' I want it to find everything with an 'A' in
it. Not just the 'A'
 
Top