L
Lirva Smith via AccessMonster.com
I have a textbox control called: LastPayment and I have a calendar called
Calendar (this is not an activeX calendar), I also have a command button
called cmdLastPayment. When I click on cmdLastPayment it opens the
calendar to select a date, what I would like is the date to be placed in
the field "LastPayment". I tried using this code but get a message
"Message or Data Member not found".
What am I doing wrong? Thanks!
Private Sub cmdLastPayment_Click()
Me.LastPayment = Me.Calendar.Value
End Sub
Calendar (this is not an activeX calendar), I also have a command button
called cmdLastPayment. When I click on cmdLastPayment it opens the
calendar to select a date, what I would like is the date to be placed in
the field "LastPayment". I tried using this code but get a message
"Message or Data Member not found".
What am I doing wrong? Thanks!
Private Sub cmdLastPayment_Click()
Me.LastPayment = Me.Calendar.Value
End Sub