Type Mismatch in Expression

V

Van T. Dinh

An example: you try to compare a Numeric value to a Text value (that cannot
be converted to numeric).

Find the line that errors out and see what are the inputs.
 
Top