Kod:
Dim ys As New ADODB.Recordset
sorgu = "Select* From TabloAdı Where AlanAdı Not Like '%[cçdefgğhiıjklmnoöprsştuüvyz]%'"
ys.Open sorgu, CurrentProject.Connection, adOpenKeyset, adLockOptimistic
Not: Yukarıdaki kod ile a ve b harflerinin bulunduğu kelimeleri sorgulanmaktadır.