Hi, hope all are doing fine.. need some suggestions. I am using VB and Acccess and am trying to fetch a record from database by:
"Select * from accounts where emp_code='"+d+"' AND emp_name='"+n+"'"". The inputs are fetched from an Inputbox. but i get a compilation error...
Run-time error '13': Type mismatch
-- .. i am little confused here.
can anyone please correct the query or give an alternate way to fetch the record..? I am trying to delete a record basing on two inputs, ie the emp_code and emp_name.
thanks.
regards
chanthung