Access 2007 Calenda Control not update

S

Song Su

Access 2007

I inserted an Active X calendar control (12.0) on my form just to display
the calendar (not related to any field). The next day, the calenda still
highlight the date I created instead of Today's date (the system date).

In design view, I checked the property, on 'other' tab, Value is the date I
created. I can only type a static date. I cannot put something like =date()

Help.
 
A

AccessVandal via AccessMonster.com

If the field is bound to the table, it will always show the date you have
selected.

What you need to do is just to unbound the field/control and set the field's
control source to =Date().
 
Top