Sorry for my very lack of understanding.... and Thanks for yours.
When I try and run the following SQL Statement I get the error message "Data Type mismatch"
("Update Mas90Data Set Result = 'REVRSL' Where CheckNumber = '" & Mas90CheckNumber & "'", dbconnection)
If I remove the "Where portion of the statement then it will run... but of course updates all the records and not just the ones I want.
When I try and run the following SQL Statement I get the error message "Data Type mismatch"
("Update Mas90Data Set Result = 'REVRSL' Where CheckNumber = '" & Mas90CheckNumber & "'", dbconnection)
If I remove the "Where portion of the statement then it will run... but of course updates all the records and not just the ones I want.