--
Lynn Trapp
MS Access MVP
www.ltcomputerdesigns.com
Access Security: www.ltcomputerdesigns.com/Security.htm
"alicia" <alicia...@comcast.net> wrote in message
news:035001c37e07$149ab560$a101...@phx.gbl...
A Boolean field always contains either a True or False value - it cannot contain
a Null. If you need to assign a default value of Null to your field, you will
need to change it to a regular number field.
--
Bruce M. Thompson, Microsoft Access MVP
bthm...@mvps.org (See the Access FAQ at http://www.mvps.org/access)
>> NO Email Please. Keep all communications
within the newsgroups so that all might benefit.<<
IIf([NameOfYes/NoField]=0,"No","Yes")
I have mine show up in red... This way the user sees what was selected and
whether it is what they wanted selected.
"alicia" <alicia...@comcast.net> wrote in message
news:035001c37e07$149ab560$a101...@phx.gbl...