I’ve written a query to create a table in MS-access:
CREATE TABLE [customers]
([id] NUMBER, [authorised] YESNO);
This works fine. However the YES/NO column displays -1 and 0, when I’d really rather a checkbox.
Is there any way to do this within the query?
This is a known bug: ACC2002: Make-Table Query Does Not Format Yes/No or Bit Fields Correctly. The Knowledge Base article proposes two workarounds, unfortunately none of them one can use in a query.