What should I do to search a part of a word ..
Exemple, I just want to do someting when I have letter A ..
Allo --> do something
Jack --> do something
Zoro --> do noting
Luc --> do noting
Amanda --> do something
Dim namePerson as String
For i = 0 to 20
namePerson = adoName.Recordset!name
If ??? then
Msgbox "Name : " namePerson
Endif
adoName.Recordset.MoveNext
next i
Thank !
Exemple, I just want to do someting when I have letter A ..
Allo --> do something
Jack --> do something
Zoro --> do noting
Luc --> do noting
Amanda --> do something
Dim namePerson as String
For i = 0 to 20
namePerson = adoName.Recordset!name
If ??? then
Msgbox "Name : " namePerson
Endif
adoName.Recordset.MoveNext
next i
Thank !