Forum Replies Created

Viewing post 1 (of 2 total)

  • RE: Nested LEFT JOIN with WHERE?

    Error: -2147217900 Join expression not supported.

    SELECT tbl_Codes.option_Desc, tbl_Codes.option_ID, tbl_Codes_Select.row_ID, tbl_Codes_Select.User_ID FROM tbl_codes LEFT JOIN tbl_Codes_Select ON tbl_Codes.option_ID=tbl_codes_select.option_ID AND tbl_Codes_Select.User_ID = 1

Viewing post 1 (of 2 total)