G
Guest
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
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