I have written the following dbase expression intended to find all contact records containing A Detail that has either the letters "NES" or "UES" in the first three possition of the Reference field of the Detail. When using the GM dbase expression tester I get no errors but the expression just is not doing what I think that it should - any ideas??
substr("contsupp->contsupref",1,3)= "NES".OR. substr("contsupp->contsupref",1,3)="UES"
Thanks Doug
substr("contsupp->contsupref",1,3)= "NES".OR. substr("contsupp->contsupref",1,3)="UES"
Thanks Doug