G
Guest
I know it's going to be a real simple answer but I'm trying to exclude
records based on the last three characters of an 11 character text string. I
want to show all records except those that contain "CM[and any number 1-9]"
It could be CM0 or CM1 or CM9 - I don't want to see any. I'm not sure if I'm
going in the right direction but this is what I tried to no avail:
Not Right([LERG 6].[Switch],3)="CM" & "*"
Any help would be appreciated.
Thanks,
Kevin
records based on the last three characters of an 11 character text string. I
want to show all records except those that contain "CM[and any number 1-9]"
It could be CM0 or CM1 or CM9 - I don't want to see any. I'm not sure if I'm
going in the right direction but this is what I tried to no avail:
Not Right([LERG 6].[Switch],3)="CM" & "*"
Any help would be appreciated.
Thanks,
Kevin