you were close
If Me.CheckBox1 = True Then Me.CheckBox2 = True
--
Gary
wrote in message
oups.com...
Is there any way where I can VB program a check box to check when
another check box is checked?
Ex.
If me.checkbox1.checked = true then me.checkbox2.checked = true