Type Mismatch Error

In the following code

txtvalue.text = DefineEncoding(rs2.Field("currency").stringvalue + (rs.Field("value").stringvalue, encodings.UTF8)

I am getting, “Type mismatch error, Expected string but got no type”.

Too many “(”'s. Take the one out before (rs.Field.