the code as last posted is what it is. Actually the part
Code:
DoCmd.SetWarnings (False) DoCmd.OpenQuery "KeyFind:DEL" DoCmd.SetWarnings (True) Set Keys = CurrentDb.OpenRecordset("KeyFind") STArray = Split(Ways!Veld4, ";") For Each word In STArray If Len(word) > 0 Then
Leave a comment: