I working on form that I would like to prompt the user if they would like to select close on a drop down box if another command is selected in another drop down box.
So when a user exit the form it asked if they would like to close the record ( select close on the drop down box)
Private Sub Command74_Click()
If Me.communication "Telephone"
then prompt message box "would you like to close this record" - yes or no
if Yes then
Status "Close"
DCmd.Close
End Sub
I would really appreciate help I still pretty new at VB
So when a user exit the form it asked if they would like to close the record ( select close on the drop down box)
Private Sub Command74_Click()
If Me.communication "Telephone"
then prompt message box "would you like to close this record" - yes or no
if Yes then
Status "Close"
DCmd.Close
End Sub
I would really appreciate help I still pretty new at VB