C
Chrisso
Hi All
I have two Check Boxes on a form. When the form loads I want one of
the Check Boxes to be selected by default.
I added this code to my Form_Load() sub:
Me.chkALL.Value = True
Me.chkANY.Value = False
However all I get back is run-time errors - "You cannot assign a value
to this object"
How do I achieve getting one Check box ticked and the other un-ticked
on form load?
Thanks in advance for any ideas,
Chrisso
I have two Check Boxes on a form. When the form loads I want one of
the Check Boxes to be selected by default.
I added this code to my Form_Load() sub:
Me.chkALL.Value = True
Me.chkANY.Value = False
However all I get back is run-time errors - "You cannot assign a value
to this object"
How do I achieve getting one Check box ticked and the other un-ticked
on form load?
Thanks in advance for any ideas,
Chrisso