Can anyone tell me what the code below does not capture the date if a date exists in the field? I need to capture it so I can copy it into the next record. This same code will capture text and numbers, just not dates for some reason.
EstRecvdDate.SetFocus
If Not IsNull(EstRecvdDate) Then
dteEstRcvdDate = Me.EstRecvdDate
End If
Thanks!
Mary )
EstRecvdDate.SetFocus
If Not IsNull(EstRecvdDate) Then
dteEstRcvdDate = Me.EstRecvdDate
End If
Thanks!
Mary )