David McAfee
davidmcafee at gmail.com
Thu May 21 14:14:51 CDT 2009
I do this too, but out of habit I always use ISNULL(MyBitField,0) in my sprocs and views and NZ(mychkbox,0) when passing values to my sprocs. On Wed, May 20, 2009 at 8:41 PM, Hewson, Jim <JHewson at nciinc.com> wrote: > When I use bit fields with Access I make the default 0 and then I don't > have to worry about it. > I deal with the 0 which makes it easy to control. > Jim > >