Hello All,
I trying to use a LIKE operator on a couple of fields. If the first field is Like the second field then return results. Obviously, I'm not writing this right.
Any Ideas?
Thanks
I trying to use a LIKE operator on a couple of fields. If the first field is Like the second field then return results. Obviously, I'm not writing this right.
Code:
(CharlesPart.PartName LIKE RoutingPeram.PartName)
Any Ideas?
Thanks