Errore nel flusso
Private Sub cmdInvia_Click()
If txtCognome = " " Or txtNome = " " Then
MsgBox "Inserisci i campi obblibatori * mancanti", vbInformation
exit sub
endif
End Sub
oppure
If txtCognome = " " Or txtNome = " " Then MsgBox "Inserisci i campi obblibatori * mancanti", vbInformation : exit sub
link
homepage http://%77%77%77%2e%74%77%6f%72%6b%2e%69%74/
forum http://%77%77%77%2e%74%77%6f%72%6b%2...um/default.asp

Rispondi quotando