how to tell if the record has just been added

hzeigler4

Registered User.
Local time
Today, 15:33
Joined
Apr 18, 2007
Messages
42
I have a form that allows a user to add a new family or edit a family. When the user clicks the save button, if they are adding the family for the first time, I want to enter todays date in a field(Date added). If they are editing the family info I want to add todays date in the filed(Date Updated). How can I distinguish from the two.
 
Try

If Me.NewRecord...
 

Users who are viewing this thread

Back
Top Bottom