On Mon, 2003-08-04 at 21:46, Christopher Kings-Lynne wrote:
> Hi,
>
> Is it possible to get a default value on a boolean column to be anything
> other than 't', 'f', true or false?
NULL of course :) 1 or 0 also works.
And regardless of how hard MS Access tries, -1 is not true.