Hi, How would i know that form is in new record position? SF
A Allen Browne Oct 1, 2008 #2 SF said: How would i know that form is in new record position? Click to expand... In code? Test the NewRecord property of the form, e.g.: If Me.NewRecord Then ...
SF said: How would i know that form is in new record position? Click to expand... In code? Test the NewRecord property of the form, e.g.: If Me.NewRecord Then ...