R
richb
I'm trying to remove everything after the first comma in a column of
addresses. It seems like it should be simple but I can't get it to work. I
have tried:
UPDATE tblCompetitor2 SET tblCompetitor2.OUTLET = Replace([OUTLET],",*","")
Is it something to do with the * wildcard?
Thanks
addresses. It seems like it should be simple but I can't get it to work. I
have tried:
UPDATE tblCompetitor2 SET tblCompetitor2.OUTLET = Replace([OUTLET],",*","")
Is it something to do with the * wildcard?
Thanks