I have a recordset find method that works with a simple expression such
as:
"ProdID=100 "
but when I use
"ProdID=" & objR![Field]
I keep getting an error about types mismatched or arguments out of
range or incompatible or something like that.
The 2 fields are of the same type and size. As far as I know, both
recordsets have been properly opened. Can anyone give me a clue as to
what is wrong?
as:
"ProdID=100 "
but when I use
"ProdID=" & objR![Field]
I keep getting an error about types mismatched or arguments out of
range or incompatible or something like that.
The 2 fields are of the same type and size. As far as I know, both
recordsets have been properly opened. Can anyone give me a clue as to
what is wrong?
Comment