Skip to content
Advertisement

Tag: runtime-error

Can’t do Multiple Left Joins SQL Select (ODBC)

When I run the following SQL select statement with two left joins: I get the following error message in Excel VBA: “Run-time error ‘5’: Invalid procedure call or argument” When I run that exact same SQL without the left joins, it works without issue. I know the first SQL statement above is valid because it works just fine (joins-included) when

Advertisement