Why do I get Invalid Use of Null with this code?
Me.ReleaseDate.DefaultValue = Me.ReleaseDate
I'm trying to use newly saved record as default for next new record. The fields in question are date fields. If it is empty, I get the error of Invalid use of Null. How do I have it skip that field without error if it is empty?
Mary
)
Me.ReleaseDate.DefaultValue = Me.ReleaseDate
I'm trying to use newly saved record as default for next new record. The fields in question are date fields. If it is empty, I get the error of Invalid use of Null. How do I have it skip that field without error if it is empty?
Mary