hi,
randria wrote:
> Hi, I am a learner and this forum has helped me started. I am using the
> calendar form of Allen Browne and I want to include it in my codes but I
> really dont know how to go about it. here are my codes;
Basically you need not code:
http://allenbrowne.com/ser-51.html
Otherwise try this:
Private Sub Date_DblClick(Cancel As Integer)
CalendarFor [Date], "Select the sale date"
End Sub
btw, you should really rename your field and/or control, because [Date]
is a reserved word and also a function in VBA.
mfG
--> stefan <--