local array arrExists[1]
local luKey,luValue
luKey = myTable.myKeyColumn
luValue = this.Value
select count(*) ;
from myTable (with buffering=.t.) ;
where myColumn == m.luValue and myKeyColumn <> m.luKey ;
into array arrExists
if arrExists > 0
* dupe
endif