Run code on new record
- From: "smk23" <smk23@xxxxxxxxxxxxxxxxxxxxxxxxx>
- Date: Mon, 15 Aug 2005 18:51:01 -0700
What's the best way to run code only when a new record is added to a bound
form?
I tried:
If IsNull(ClientID) THen
code here
End If
I placed this on an afterUpdate event for the first control likely to get
input thinking that the ClientID would be null initially. But the code does
not execute, making me think that my plan is no good.
Thanks, guys
--
sam
.
- Follow-Ups:
- Re: Run code on new record
- From: Wayne Morgan
- Re: Run code on new record
- Prev by Date: updating front end
- Next by Date: Re: Need another If/then code
- Previous by thread: updating front end
- Next by thread: Re: Run code on new record
- Index(es):
Relevant Pages
|