J
Joel
Right now this says if windowrating = 20.
If Item.UserProperties("WindowRating") = "20" Then
How can I make is say if windowrating contains 20? So if window rating = 20,45,60, then it would be true. I just don't know the syntax.
Thanks for your help - Joel
If Item.UserProperties("WindowRating") = "20" Then
How can I make is say if windowrating contains 20? So if window rating = 20,45,60, then it would be true. I just don't know the syntax.
Thanks for your help - Joel