J
Javier G via AccessMonster.com
Is is posible to Quit from Access and return to the same form ??
of course I tried with the following code but is Not working
Private Sub Command4_Click()
DoCmd.Quit
DoCmd.OpenForm ("MyForm")
End Sub
Any sugestion ??
Regards
of course I tried with the following code but is Not working
Private Sub Command4_Click()
DoCmd.Quit
DoCmd.OpenForm ("MyForm")
End Sub
Any sugestion ??
Regards