J
Jeffrey Deneys
I am trying to use the date function in VBA. Example:
Private Sub Txt1_AfterUpdate (Cancel As Integer)
Me.Txt2 = Date
End Sub
When combiled, I get an error screen stating that it can't
find project of library. When "ok" is clicked the
references dialog box appears; however, I have no idea as
to which reference should be checked in order for the date
function to work.
I also tried typing "print date()" in the immediate window
with the same results. Can anyone assist me with this
problem? Thanks in advance...
Jeff
Private Sub Txt1_AfterUpdate (Cancel As Integer)
Me.Txt2 = Date
End Sub
When combiled, I get an error screen stating that it can't
find project of library. When "ok" is clicked the
references dialog box appears; however, I have no idea as
to which reference should be checked in order for the date
function to work.
I also tried typing "print date()" in the immediate window
with the same results. Can anyone assist me with this
problem? Thanks in advance...
Jeff