G
Gator
Why when I goto a new record the date is blank?
Here is the code I'm using?
Private Sub PostDate_AfterUpdate()
Me.PostDate.DefaultValue = Chr(34) & Me.PostDate & Chr(34)
End Sub
Here is the code I'm using?
Private Sub PostDate_AfterUpdate()
Me.PostDate.DefaultValue = Chr(34) & Me.PostDate & Chr(34)
End Sub