M
Marcello Lenci
I want search with FindFirst the first record who contains a substr using
something like:
dim rst as DAO.recordset
set rst as currentdb.openrecordset("List")
aa.caption = rst.findfirst "Name='sm'" //sm is the substr
How can Ido ?
Thanks from now
something like:
dim rst as DAO.recordset
set rst as currentdb.openrecordset("List")
aa.caption = rst.findfirst "Name='sm'" //sm is the substr
How can Ido ?
Thanks from now