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

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

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

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