after disable on check how do you enable after double click
I want to disable a field when its clicked but if they make a mistake i want to be able to double clicl to enable but it doesnt work. what do i need to do to make this haappen ? I also want to make it turn a colorvwhen its disabled where would i do that in the code? herenis what i have so far.
Private Sub Induction_Click()
Me.Induction.Enabled = False
background color= red
End Sub
Private Sub Induction_DblClick(Cancel As Integer)
Me.Induction.Enabled = True
End Sub bingo.accdb
Microsoft AccessMicrosoft ApplicationsMicrosoft Office