A
Alylia
Hello,
I am trying to include on the message box "The requested form is still under
construction". Can I get assistance on where that should be included on the
syntax below.
Private Sub cboSelForm_AfterUpdate()
If cboSelForm = "Training Travel Monitoring Form" Then
MsgBox Err.Description, vbExclamation, "Procuremnt Database"
Else
cmdSelForm.Enabled = True
cmdSelForm.SetFocus
End If
End Sub
Thanks
I am trying to include on the message box "The requested form is still under
construction". Can I get assistance on where that should be included on the
syntax below.
Private Sub cboSelForm_AfterUpdate()
If cboSelForm = "Training Travel Monitoring Form" Then
MsgBox Err.Description, vbExclamation, "Procuremnt Database"
Else
cmdSelForm.Enabled = True
cmdSelForm.SetFocus
End If
End Sub
Thanks