View Single Post
  #3  
Old February 26th, 2010, 02:22 AM posted to microsoft.public.access.forms
guangdew via AccessMonster.com
external usenet poster
 
Posts: 14
Default Event of closing a form or navigating away

Thank you. This is the exact event I was looking for.

Guangdew

John W. Vinson wrote:
I need to use some code to update some tables after entering a new record or
editing an existing record. I need to know what event I should use. I know

[quoted text clipped - 6 lines]

Guangdew


The Form's BeforeUpdate event will be executed when the user takes any action
which would save the record, and it can be cancelled by setting its Cancel
operand to True.


--
Message posted via http://www.accessmonster.com