-
1
- #1
Wrathchild
Technical User
It took me a while to figure out the proper syntax for using the Like operator within code and I couldn't find any related posts, so thought I'd share:
(this instance will match nodes![node] to rst!SystemNode if rst!SystemNode contains nodes![node] within the string)
Code:
If rst!SystemNode Like "*" & nodes![node] & "*" Then
(this instance will match nodes![node] to rst!SystemNode if rst!SystemNode contains nodes![node] within the string)