Guest_imported
New member
- Jan 1, 1970
- 0
How do I set the checkbox so whenever the user select it, it will disable some fields with the selected record ?
Private Sub Failure_Click()
' I have to initiate the selected record here and I
' don't know how
If (Failure.Value = -1) Then
[Test Version].Enabled = False
Else
[Test Version].Enabled = True
end if
This function will disable or enable all the records.
Thanks for your help
Private Sub Failure_Click()
' I have to initiate the selected record here and I
' don't know how
If (Failure.Value = -1) Then
[Test Version].Enabled = False
Else
[Test Version].Enabled = True
end if
This function will disable or enable all the records.
Thanks for your help