Hi,
in calendar click event write:
me.textbox1=me.calendar1.value
also you can look at my example:
http://www.pointltd.com/Downloads/Details.asp?dlID=32

Signature
Alex Dybenko (MVP)
http://Alex.Dybenko.com
http://www.PointLtd.com
> I have a calender control on a form, i need to be able to
> select a date on the calender and the date to be
> transferred to a text box (called: date) on the same form.
> Any ideas????
> Thanks