Hello guys, a beautiful day in a beautiful year
I have a field in the main form. There is also another field in the subform.
What I want is when the value of the field is in staple form is zero field is in the subform is (Enabled )
I have used something like that but did not work.
Thanks in advanceCode:Private Sub no_AfterUpdate() If Me.no = 0 Then Forms!frm1!frm2.form.Ksem.Enabled = False End If End Sub