How can i find a recordset with ADO. i already know how to declare the ADO. but when i want to go to the record i want. i have trouble because i need to find a record which have 2 condition to complete.
example like this :
with rst
.find kode = !skode and nk = !nkode
how to declare it so, it can works ..
Thanks
example like this :
with rst
.find kode = !skode and nk = !nkode
how to declare it so, it can works ..
Thanks