R
Ron
Hi,
I created a splash screen and I want it to close when the user press on the
keyboard.
I tried to do it with on key press but it didnt work.
Private Sub Form_KeyPress(KeyAscii As Integer)
DoCmd.Close
End Sub
Thanks,
Ron
I created a splash screen and I want it to close when the user press on the
keyboard.
I tried to do it with on key press but it didnt work.
Private Sub Form_KeyPress(KeyAscii As Integer)
DoCmd.Close
End Sub
Thanks,
Ron