I have a simple form with a sub-form. My form only allows additions. The sub-form displays the list of all previously added records. I have 2 buttons: "ADD TO PROJECT" and "CLOSE". There is only 1 field to enter the Project Name. My problem is stopping data from being entered without my knowing it. My tab order is: TAB 1 = PROJECT NAME; TAB 2 = "ADD TO PROJECT" button; TAB 3 = "CLOSE" button. There is no other tab order. However, once I tab from the CLOSE button, TAB 3, it triggers the BeforeUpdate event and goes ahead and adds the record without going through my validation in the "ADD TO PRJECT" button. Why is the tabbing from the last button to the first field triggering this even?
Thanks,
Thanks,