like [parameter]*

K

knowzero

I would like to have a parameter in my query but it uses the like on
the parameter. If I want to select ABCD and ABCC and ABCE I will insert
in the parametr field ABC and it will use a sql statment
like "ABC*"
 
R

Rick Brandt

knowzero said:
I would like to have a parameter in my query but it uses the like on
the parameter. If I want to select ABCD and ABCC and ABCE I will insert
in the parametr field ABC and it will use a sql statment
like "ABC*"

Like [Enter Parameter] & "*"
 
Top