Specific Criteria

C

CP

I have a basic Select Query with a parameter of [Enter Policy Group]. Is
there a way to make that parameter a wildcard search? Thanks.
 
K

KARL DEWEY

Like "*" & [Enter Policy Group] &"*"

This gives you wildcard on both left and right. Omit left "*"& to make
wildcard only on right.
 
Top