megatronixs
Registered User.
- Local time
- Today, 20:42
- Joined
- Aug 17, 2012
- Messages
- 719
Hi all,
I have the below code that when a user will make a change in a combo box, it will pop up a message asking if they want to do so (to make them aware of it). How could I change it so there is a extra button cancel and when they hit cancel, the combo box will keep the value, if OK is hit, then make the change.
Greetings.
I have the below code that when a user will make a change in a combo box, it will pop up a message asking if they want to do so (to make them aware of it). How could I change it so there is a extra button cancel and when they hit cancel, the combo box will keep the value, if OK is hit, then make the change.
Code:
If Me.Business = "TYPE 1" And Me.Case = "Sent Email" Then
MsgBox ("You really want to change this!!!")
End If
Greetings.