sql bit fields

  • Thread starter Thread starter mcourter
  • Start date Start date
M

mcourter

anybody know how to how to allow null bit fields when using tables
linked to ms sql backend? i set the tables to allow nulls on the sql
side and have to use default value of 0 before i can update records on
the access side. in many cases the users don't want a default value
because it can indicate a strong "No" value when actually null is more
appropriate.
please only respond will a direct solution (if there is one). changing
data type is not an option.
thanks,
mcnewsxp
 
that's what i've always done.
i need to know if there is another way other than just using a smallint
field.
thanks.
 
Back
Top