Boa noite,
Como criar o temporizador no código abaixo?
Private Sub cboIntegrante_MouseMove(Button As Integer, Shift As Integer, X As Single, Y As Single)
DoCmd.OpenForm "frmIntegrantesEdição", , , , , acDialog
AGUARDAR 10 SEGUNDOS
DoCmd.CloseForm "frmIntegrantesEdição"
End Sub
Grato
Como criar o temporizador no código abaixo?
Private Sub cboIntegrante_MouseMove(Button As Integer, Shift As Integer, X As Single, Y As Single)
DoCmd.OpenForm "frmIntegrantesEdição", , , , , acDialog
AGUARDAR 10 SEGUNDOS
DoCmd.CloseForm "frmIntegrantesEdição"
End Sub
Grato