Hi Sorry, more info I am using Access 2000, The code was:
Private Sub On_Timer()
DoCmd.OpenQuery "DeleteOK", , acEdit
DoCmd.OpenQuery "DeleteError", , acEdit
End Sub
the timer is set for 1 sec. the delete queries are very simple, For the DeleteOK I have a check box called OK and if...