Arthur Fuller
fuller.artful at gmail.com
Tue Mar 17 17:20:13 CDT 2009
I have seen this and similar errors. My reading is that you declared a valid recordset, No matter that it referred to a non-existent tablem the recordset itself is still valid. It just happens to return no rows. A. On Tue, Mar 17, 2009 at 12:05 PM, Tony Septav <iggy at nanaimo.ark.com> wrote: > Hey All > I have a database where the error checking doesn't seem to be > functioning. I have looked and Enable error checking is checked. I have > even tried DoCmd.SetWarnings True. I copied everything over to a new > database and decompiled and compiled still no error checking. On one > form a button I had wasn't working, click and nothing. I checked the > code behind the button and eventually found I had mistyped the table > name in Set rst, once I corrected it the button worked, but I never got > an error message. Am I missing something simple here???? > > Thanks > >