I'm using Access 2003.
 
In a form's AfterUpdate event, I want to know whether the row that was just updated was a new record. I've tried testing the .NewRecord property, but that doesn't work. (Apparently, by the time we're in the AfterUpdate event, it's no longer considered a new record.)
 
Is there any other way to detect that it was a new record?
 
Thanks for any help you can give.
 
Wayne
 In a form's AfterUpdate event, I want to know whether the row that was just updated was a new record. I've tried testing the .NewRecord property, but that doesn't work. (Apparently, by the time we're in the AfterUpdate event, it's no longer considered a new record.)
Is there any other way to detect that it was a new record?
Thanks for any help you can give.
Wayne
 
	 
 
		 
 
		 
 
		