Bom dia a todos,
Estou com um problema com um "Inputbox".
Caso a pessoa click em "Cancel" ou "fecha Input [X]" da erro.
Qual a melhor forma para contornar problema?
Private Sub Command345_Click()
If Text350.Value > Text327.Value Then
Text329.Value = Text327.Value + InputBox(vbCrLf & vbCrLf & "Nº Rolos já Filtrados " & Me.Text327 - 1 & " de " & Me.Text350 & vbCrLf & "Qual é a quantidade de rolos a filtrar?", "Nº Rolos")
DoCmd.Requery
Command344_Click
End If
End Sub
Obrigado
Estou com um problema com um "Inputbox".
Caso a pessoa click em "Cancel" ou "fecha Input [X]" da erro.
Qual a melhor forma para contornar problema?
Private Sub Command345_Click()
If Text350.Value > Text327.Value Then
Text329.Value = Text327.Value + InputBox(vbCrLf & vbCrLf & "Nº Rolos já Filtrados " & Me.Text327 - 1 & " de " & Me.Text350 & vbCrLf & "Qual é a quantidade de rolos a filtrar?", "Nº Rolos")
DoCmd.Requery
Command344_Click
End If
End Sub
Obrigado