That's correct! No events are tied to tables. Allowing users direct access to tables is considered very poor design practice! You need to create a form for your users to access the table, then open your second form when you close your first form. You can do this in about 30 seconds using the Forms Wizard, and selecting Datasheet as the style when asked. The resultant form will look like a table to your users, but have all the capabilities that a form has but a table doesn't.
The Missinglinq
Richmond, Virginia
There's ALWAYS more than one way to skin a cat!