I want to automatically set the checkbox value of field called "Invited" to true, if another checkbox on the form called "selected" = true.
I have tried
If ((Me.Selected=True)) Then
Me.Invited = True
Nothing happens. Any suggestions would be greatly appreciated.
I have tried
If ((Me.Selected=True)) Then
Me.Invited = True
Nothing happens. Any suggestions would be greatly appreciated.