How to create vba to quit ms access 2007
Originally Posted by knup24 How to create vba to quit ms access 2007 Put your code in Form_Timer() method? issue docmd.quit? sample code: Private Sub Form_Timer() Docmd.Quit End Sub Set the Properties of the TimeInterval=desired time I hope it helps
Forum Rules