Doug Steele
dbdoug at gmail.com
Sat Mar 29 11:58:34 CDT 2008
Not me, Access. I just had a client report an error in a database. When I investigated, I discovered that the Unload event of a form was trying to update fields in a record after the record had been deleted from the underlying table (in code). Fine, easily fixed. The strange thing is that the delete option is used regularly, nobody has ever encountered an error (including me while testing), BUT the deletion and unload code has been unchanged for at least a year. Any comments? Doug Steele