Check box has grey square

  • Thread starter Thread starter Philip
  • Start date Start date
P

Philip

When I open some of my forms some of my check boxes have a
little grey
square in the middle of them. Does anybody know why this
is
so and what I can do to get rid of it?

Jan
 
Philip said:
When I open some of my forms some of my check boxes have a
little grey
square in the middle of them. Does anybody know why this
is
so and what I can do to get rid of it?

That means the value is Null. It's neither True nor False since no data has
been put into that field yet. To avoid the grey squares, make the default
value of those fields be False.

Tom Lake
 
Thanks Tom, that's a great help.

Jane
-----Original Message-----


That means the value is Null. It's neither True nor False since no data has
been put into that field yet. To avoid the grey squares, make the default
value of those fields be False.

Tom Lake


.
 
Back
Top