What is the correct Access DDL query to add a Boolean datatype column to a table?
So far I've seen examples like the following...
ALTER TABLE MyTable ADD MyNewColumName BIT
but they do not seem to be 100% correct since
- Access does not apply the checkbox control to the newly added column, and
- the allowed values for that column seem to be
0and-1