Calendar not linked to date field

megamef

Registered User.
Local time
Today, 00:19
Joined
Apr 18, 2013
Messages
161
Hi All,

I'm using access 2003 with the calendar control 11, this works fine for entering values control whose control source is a date field.

My problem is that now I'm trying to use the calendar to update the value of a unbound textbox and it will not allow me to enter any value other than the default value of the calendar.

I have to update the unbound textbox as I want to use a button later on to update the date field and include a confirmation message before entering to avoid accidental entering.

Please Help
 
Hi everyone,

Couldn't solve that problem at all so I looked for another calendar and found this:

http://allenbrowne.com/ser-51.html

Does exactly what I want, so I'm just going to replace all my calendars with it.

Thanks
 
can you not use the calendar control's value to update the value of the unbound textbox. If you use the calendar's On_Enter event you can assign a value to the textbox

David
 
Yes that does enter the calendar's value into the textbox but I can't seem to select a new value, it only enters the default value of the calendar control.

Thank you anyway but I've decided to use this new calendar control that I found on the website I posted throughout my whole project, it's a popup window which I actually prefer as I can design my form without worrying about objects being lost under the calendar
 

Users who are viewing this thread

Back
Top Bottom