Es mejor que lo hagas asi, cancelando el evento:
Private Sub Form_BeforeUpdate(Cancel As Integer)
If Me!Contenido1.Value = "hola" Then
MsgBox "hola"
Else
cancel=true
End If
End Sub
Puede que este ejemplo te ayude:
http://elmundomagicodeltaribo.blogsp...ormulario.html
Un saludo