G
Guest
Quick question. I have a form with a control who's underlying table field has
it's "required" property set to yes. I also have a check box on the form that
I would like to use to change the controls required property to NO. Is the
only way to do this with code? If so I can only figure out the first half of
the code.
Private Sub chkActuals_Click()
If Me.chkActuals = True Then
'change cboWeeklyAllowance to Not required
End Sub
Thanks for any help!
it's "required" property set to yes. I also have a check box on the form that
I would like to use to change the controls required property to NO. Is the
only way to do this with code? If so I can only figure out the first half of
the code.
Private Sub chkActuals_Click()
If Me.chkActuals = True Then
'change cboWeeklyAllowance to Not required
End Sub
Thanks for any help!