Search results

  1. L

    Compare integer value of a text/string in OUTER JOIN ON clause (SQL in vba)

    I would like to execute the SQL statement below in vba code written for MS Access, and I want the integer values of the ID fields to be compared in the JOIN ON criteria. However, I get an error when using CInt(). I've also tried Val(), CAST(), and Convert(). Set RecordSet = "SELECT A.id...
Back
Top Bottom