11-27-2009, 09:44 AM
I guess the field Id1 and Id2 is expecting a numeric value
have you tried removing the single quote (')?
have you tried removing the single quote (')?
Code:
select * from table where id1="& x & " and id2=" & y