Thanks Terry,
This works except that I don't want to return tbl2.other_id if it does not = 1 (tbl1.other_id can only be 1 or 0), however, I still want to return the record from tbl1 every time.
Also, I only want to return 1 record every time, I know MySQL uses a "Limit" clause...