R
RobA
Hi,
I am trying to create a recordset !
aSQLstr = "SELECT Score FROM iaVals WHERE iauID= 'UID' AND QLID= 'A'"
Set aScrRst = objConn.Execute (aSQLstr)
Howerver UID is a number and am getting
Error converting data type varchar to numeric.
I am sure this can't be so difficult but I have been searching for ages for
the correct way to write this but without success.
I am trying to create a recordset !
aSQLstr = "SELECT Score FROM iaVals WHERE iauID= 'UID' AND QLID= 'A'"
Set aScrRst = objConn.Execute (aSQLstr)
Howerver UID is a number and am getting
Error converting data type varchar to numeric.
I am sure this can't be so difficult but I have been searching for ages for
the correct way to write this but without success.