I was wondering if there is a better way to cope with MS-Access' inability to handle NULL for boolean-values other than change the column-data-type to integer.
|
feedback
|
|
I think you must use a number, and so, it seems does Allen Browne, Access MVP, in a response dated 17-Apr-07 10:16:35. http://www.eggheadcafe.com/software/aspnet/29743570/yesno-data-types.aspx | |||||
feedback
|
|
| |||
|
feedback
|
|
Not that I've found :( I haven't programmed Access in awhile, but what I remember involves quite a lot of isNull checks. | |||
feedback
|
|
I think it depends on how you want your app/solution to interpret said NULLs in your data. | |||
|
feedback
|