I'm trying to import data from access to sql the data column has 0 and -1 and in sql it's a bit column so I tried doing IIF(COLUMN = 0 THEN "TRUE" ELSE "FALSE) AS COLUMN . But it's saying that it's not a match?
Debra has a question