I was having a problem updating a record that contained boolean fields -- if the record I attempted to edit contained a boolean value, it was prefilled in the form as "True" or "False" but then the update failed with an error message that was generated by the field validation routines. I studied the code and noticed that it's treating booleans (field type 11) just like dates (field type 7), and...
2008-11-03 04:32:31 UTC in MyAccess Online Database Editor