Hi guys,
does anybody know how to concatenate the following:
i = 1
SQL = "SELECT field FROM table WHERE field = '0" & i &"'"
It does result in string :
SELECT field FROM table WHERE field = '01'
but then in setting the recordset, I got error:
"invalid relational operator"
Help please......
does anybody know how to concatenate the following:
i = 1
SQL = "SELECT field FROM table WHERE field = '0" & i &"'"
It does result in string :
SELECT field FROM table WHERE field = '01'
but then in setting the recordset, I got error:
"invalid relational operator"
Help please......