This looked like an answer I need
https://www.access-programmers.co.uk...y-fill.275306/
But my checkbox has no control source property. I tries Me.Check2.controlSource = 0 in Form Load but that had no effect.
Likewise Me.Check2.DefaultValue = ( tried -1, 0, and 1). All did nothing.
The Checkbox is unbound and just for display. How can have a tick showing?
Thanks.