sandeep0000
Programmer
in my form i have many check boxes and when i check the boxes and click on next record, the checks dont got away how would i do this, im not very strong at access
Private Sub chkReason_not_Aided_AfterUpdate()
If chkReason_not_Aided = True Then
Me.Reason_not_Aided = -1
Else
Me.Reason_not_Aided = 0
End If
End Sub
Private Sub chkReason_not_Aided_AfterUpdate()
If chkReason_not_Aided = True Then
Me.Reason_not_Aided = -1
Else
Me.Reason_not_Aided = 0
End If
End Sub