Hi
I have a line
that is generating an error:
I've tried all variations, but in vain. Any idea what's causing the problem? It's also slow. I've also read somewhere in this forum that
is faster than
. Can this be used instead, in my case? How?
Thanks for your time.
AbbyAnu.
I have a line
Code:
.FindFirst ("ProductNumber ='" & Prodno)
Code:
Run-time erroe '3077'
Syntax error (missing operator) in expression.
I've tried all variations, but in vain. Any idea what's causing the problem? It's also slow. I've also read somewhere in this forum that
Code:
seek
Code:
FindFirst
Thanks for your time.
AbbyAnu.