Another way of doing it :
- Private Sub Check1_AfterUpdate()
-
Me!Check7.Enabled = Not Me!Check1
-
Me!Check8.Enabled = Not Me!Check1
-
End Sub
Did you do this while you were talking to me Ade or since.
Anyway, I remembered this after I posted but am so used to doing it the other way I didn't think of this at the time.
Mary