SOS
Registered Lunatic
- Local time
- Today, 15:08
- Joined
- Aug 27, 2008
- Messages
- 3,514
The code needs to be changed to this:
And here's the attachment.
Remember when we ask for names for the code it is USUALLY the CONTROL names we want NOT the field names.
Code:
Private Sub Check72_AfterUpdate()
If Not IsNull(Me.Check72) And IsNull(Me.[King Charge]) Then
Me.[King Charge] = 55
End If
End Sub
And here's the attachment.
Remember when we ask for names for the code it is USUALLY the CONTROL names we want NOT the field names.