J
jackrobyn1
Firstly i have a check box that when UNselected i want Text1 to be greyed
out, the code ive tied to use does the opposite! what should i use instead?
Private Sub Check0_AfterUpdate()
Me.Text1.Enabled = Not Me.Check0
End Sub
And the form is a coninous one and when i click the check box it affects all
the records in the continous form, i dont want this to happen! is there a way
to stop this?
Sorry but i'm a complete novice
out, the code ive tied to use does the opposite! what should i use instead?
Private Sub Check0_AfterUpdate()
Me.Text1.Enabled = Not Me.Check0
End Sub
And the form is a coninous one and when i click the check box it affects all
the records in the continous form, i dont want this to happen! is there a way
to stop this?
Sorry but i'm a complete novice