Put the following code in the AfterUpdate event of the calendar:
Me!NameOfYourTextBox = Me!NameOfYourCalendar.Value
PC Datasheet
Providing Customers A Resource For Help With Access, Excel And Word
Applications
resource@pcdatasheet.com
>I have a calendar on my form that i want to use to imput data into a text
>box
[quoted text clipped - 3 lines]
> that
> also did not work. Any i ideas would be helpful. thanks
Jenna - 24 Jul 2007 16:32 GMT
Thanks that worked!
> Put the following code in the AfterUpdate event of the calendar:
> Me!NameOfYourTextBox = Me!NameOfYourCalendar.Value
[quoted text clipped - 11 lines]
> > that
> > also did not work. Any i ideas would be helpful. thanks