Re : How to remove Row handles
Hi everyone jho here! i wanna ask you guys, how can i free the row handles? everytime i used the seek command in ADO it shows up.
ex.
with rstTmp
.index ="ID" 'i think this is the one that causes it.
.seek txtID
if .eof then display else no record
end with
thanks in advance!
jho
|