directormac
Occasional Presence
- Local time
- Today, 18:13
- Joined
- Oct 24, 2001
- Messages
- 259
Hey All - My recent silence has been caused by trying to convert a db from DAO to strictly ADO. All is going fairly well so far, but I've hit a snag and am under deadline pressure...
Can anyone give me the skinny on the ADO equivalent for DAO's delightful .nomatch method? Trying to run a .find method on the currently open recordset and would like to check for the chance that no records matching the criteria string exist...
DAO is easy, "if rst.nomatch then...", what is the ADO version?
big, big TIA
--Puzzled Mac
Can anyone give me the skinny on the ADO equivalent for DAO's delightful .nomatch method? Trying to run a .find method on the currently open recordset and would like to check for the chance that no records matching the criteria string exist...
DAO is easy, "if rst.nomatch then...", what is the ADO version?
big, big TIA
--Puzzled Mac