Me.NewRecord - Where to capture?

Meltdown

Registered User.
Local time
Today, 18:34
Joined
Feb 25, 2002
Messages
472
Hi all,

I want to run some code in response to a new record being added.

Behind what Event should I put my code:

If Me.NewRecord then

'some other update code

End if

Thanks

Regards
Melt
 
Given your description, rather than using that test, you may find the after insert event more appropriate. It will only fire for a new record.
 
Thanks very much Paul.

Regards
Melt
 

Users who are viewing this thread

Back
Top Bottom