Boa tarde Amigos
O formulário não abre com o comando abaixo, mas como evitar esta Msg .
O Comando é este.
Private Sub Form_Open(Cancel As Integer)
If IsNull(Me.txtUsuario) Then
MsgBox "Acesso Negado ", vbExclamation, "Aviso"
Cancel = True
Exit Sub
End If
End Sub
O formulário não abre com o comando abaixo, mas como evitar esta Msg .
O Comando é este.
Private Sub Form_Open(Cancel As Integer)
If IsNull(Me.txtUsuario) Then
MsgBox "Acesso Negado ", vbExclamation, "Aviso"
Cancel = True
Exit Sub
End If
End Sub