MysticElaine
Registered User.
- Local time
- Today, 12:41
- Joined
- May 26, 2014
- Messages
- 24
Hello,
I have this code
in the beforeupdate event. I don't think it is working properly because it is a combo box, as I have the exact same code for a textbox that works fine. Even if I choose a name from the dropdown list, it still pops up the msgbox and won't save.
Any suggestions? Thanks
I have this code
Code:
If IsNull(Me.Providers) Then
Cancel = True
MsgBox "Enter a Provider!"
End If
in the beforeupdate event. I don't think it is working properly because it is a combo box, as I have the exact same code for a textbox that works fine. Even if I choose a name from the dropdown list, it still pops up the msgbox and won't save.
Any suggestions? Thanks
