knuckelhead
Technical User
I have a Combo box where you select an item. I would like to have a message after i pick a choice:
"You changed the Value; Do you want to change this? "
something like that.
Secondly, Will the person need to enter Y or N? Or is there another way? Below is my starter After Update.
====================================================
Private Sub cboBlendClassIDfilter_AfterUpdate()
xyz message
End Sub
====================================================
thanks
"You changed the Value; Do you want to change this? "
something like that.
Secondly, Will the person need to enter Y or N? Or is there another way? Below is my starter After Update.
====================================================
Private Sub cboBlendClassIDfilter_AfterUpdate()
xyz message
End Sub
====================================================
thanks