Hi all,
This is a first question:). I'm from PR.
Im triyng developing VBA en Access.
I would like a code that when the value > o appear a Msg Box. I have create a form, my problem is that i dont know what expression i can use, for appear msg box in the form.
Please let me know what else we can do to make this work again.
This is my attemp:
We have: Private Sub Total_de_neumát icos_generados_ –_Total_de_neum áticos_recibido s
I wolud like know if the result is >0 appear a msg box.
Private Sub Total_de_neumát icos_generados_ –_Total_de_neum áticos_recibido s_AfterUpdate()
If [Total_de_neumát icos_generados_ –_Total_de_neum áticos_recibido s] > 0 Then
MsgBox "Please enter number > 0"
End If
End Sub
Thanks againg for your help.
Thanks so much!
K
This is a first question:). I'm from PR.
Im triyng developing VBA en Access.
I would like a code that when the value > o appear a Msg Box. I have create a form, my problem is that i dont know what expression i can use, for appear msg box in the form.
Please let me know what else we can do to make this work again.
This is my attemp:
We have: Private Sub Total_de_neumát icos_generados_ –_Total_de_neum áticos_recibido s
I wolud like know if the result is >0 appear a msg box.
Private Sub Total_de_neumát icos_generados_ –_Total_de_neum áticos_recibido s_AfterUpdate()
If [Total_de_neumát icos_generados_ –_Total_de_neum áticos_recibido s] > 0 Then
MsgBox "Please enter number > 0"
End If
End Sub
Thanks againg for your help.
Thanks so much!
K
Comment