sql bit fields

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
 
M

mcourter

that's what i've always done.
i need to know if there is another way other than just using a smallint
field.
thanks.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top