if statement with a Like "*" & "" & "*"

M

Mario

I need this code to print another report if the [PrdtID] starts with ssh

If Reports![FillOrder]![PrdtID] = Like "*" & "ssh" & "*" Then
 
Top