Dim Código As Integer
Dim Msg, Style, Title
Msg = "Terminou o prazo
para teste! Agradecemos o seu interesse" & Chr(13) & Chr(10)
& "Contacte a xxxxxxx p.f. para registar o xxxxxxxx"
Style = vbInformation
Title = "Teste"
If DCount("Código", "NomeTabela") >= 25 Then
Msg = MsgBox(Msg, Style, Title)
DoCmd.Quit
ElseIf IsNull(Me.Código)Then
Call MsgBox("Tem 25 registos para fazer antes de eu me aborrecer e desligar", vbInformation, "Aviso")
End If
Dim Msg, Style, Title
Msg = "Terminou o prazo
para teste! Agradecemos o seu interesse" & Chr(13) & Chr(10)
& "Contacte a xxxxxxx p.f. para registar o xxxxxxxx"
Style = vbInformation
Title = "Teste"
If DCount("Código", "NomeTabela") >= 25 Then
Msg = MsgBox(Msg, Style, Title)
DoCmd.Quit
ElseIf IsNull(Me.Código)Then
Call MsgBox("Tem 25 registos para fazer antes de eu me aborrecer e desligar", vbInformation, "Aviso")
End If