Please help, when I write the code below on a form, there is a pop up that says 'Macro Name'. I want the check boz to change color when ticked.
But if i run the same code on VB6 environment it works.
Option Compare Database
Private Sub Check0_Click()
If Check1.Value = 0 Then...