Northwind Developer Template
1 TopicNorthwind Traders Developer 2.2 Template event firing bug
This is a weird bug in the Northwind Traders Developer 2.2 Template, not sure if this is an MS Access bug or something in the way the code is written. The events appear to fire differently when you follow the specific scenario below - this is in context of trying to delete a company: If you try to delete a Company such as Adatum Corporation from the Companies list by highlighting the row, right clicking, and choosing Delete Record, you will get a message that the Company can't be deleted because the Contacts table (or the Orders table) contains related records (this appears to be an MS Access referential integrity error message). Then if you click the link for that company from teh list to open the Customer form and then click the Delete Company button, you immediately get a "Deleted!' message, followed by a dialog window telling you the company can't be deleted because there are Customer Orders for the company. The "Deleted!" messagebox is the weird part, and doesn't happen if you don't first try to delete something from the Companies list thru the right click. Once you've tried the right click deletion from the Companies list first, every other deletion attempted from the Company form will first display the erroneous "Deleted!" message.440Views0likes1Comment