Changing a Check box Control

A

Al Camp

Set the default value for the checkbox to...
DefaultValue = True
or
DefaultValue = -1
 
Top