
Originally Posted by
June7
I never realized toggle button had triple state so just tested.
Can't tell difference between Null and 0 just by viewing the button.
I think the toggle can be bound to a number or text field and the value will be saved (I think triple state is eliminated if bound to a Yes/No field).
Otherwise, code in Click event can set value in field: Me.fieldname = Me.toggleName.
Suggest having a textbox bound to the same field so its content can be viewed. Set the textbox as Locked Yes and TabStop No.