Salve galera,
fico grato a quem me ajudar.
Vejam este código, está aparecendo uma mensagem de erro Else sem If, mas o if ta lá
tem uma imagem em anexo explicando, por favor vejam.
fico grato a quem me ajudar.
Vejam este código, está aparecendo uma mensagem de erro Else sem If, mas o if ta lá
tem uma imagem em anexo explicando, por favor vejam.
- Código:
Private Sub Data_pagamento_AfterUpdate()
If Month(Me.Data_pagamento) <> Month(Me.Data_vencimento) Or Year(Me.Data_pagamento) <> Year(Me.Data_vencimento) Then
If Me.[Data_vencimento] = Me.Parent.CONTRATOS![Data_ultimo_pagamento] Then
Me.Parent.CONTRATOS![Prox_Pagamento] = Null
Else: Me.Parent.CONTRATOS![Prox_Pagamento] = Me.Parent.CONTRATOS![Dia_para_Pagamento] & Format((Me.[Data_vencimento] + 31), "/mm/yyyy")
Else
If Me.[Data_vencimento] = Me.Parent.CONTRATOS![Data_ultimo_pagamento] Then
Me.Parent.CONTRATOS![Prox_Pagamento] = Null
Else: Me.Parent.CONTRATOS![Prox_Pagamento] = Me.Parent.CONTRATOS![Dia_para_Pagamento] & Format((Me.[Data_vencimento] + 31), "/mm/yyyy")
End If
End Sub
- Anexos
- Else sem if.zip
- Você não tem permissão para fazer download dos arquivos anexados.
- (55 Kb) Baixado 4 vez(es)