i was using SEEK method in DAO Quite easily but seek method in ADO does not work or i don't know how to make it work.
if you can help me please ?
Printable View
i was using SEEK method in DAO Quite easily but seek method in ADO does not work or i don't know how to make it work.
if you can help me please ?
You might try the find method.
recordsource.find(parameters)
This has worked for me.
Hi,Raju. Check this site http://msdn.microsoft.com/library/sd...k/mdae0blk.htm
There is an example how to use Seek method with ADO
Hope, it will help you
LG
HEY LG if the Provider does not support SEEk method then what should i do.. i tried all of them... Jet and ODBC... what should i do??
please reply me..