10 pts.
 MS Access ActiveX Control
I am using a MS Form where I am trying to fill in a couple of date fields from a Calendar I inserted using ActiveX controls. How do I go about doing that? Thanks, Asuasol

Software/Hardware used:
ASKED: May 12, 2008  6:50 PM
UPDATED: May 13, 2008  8:24 PM

Answer Wiki:
Hi asuasol On your form that has the Calender (name: slct_date), create a comand button, and a bound or ubound field (name : W_Date) with format short date set the On Click of the command button to Event procedure : W_Date = slct_Date When you select a date from the Calender click the command button, the date on the calender will appear in the W_date field. You can create as many Command buttons and relate it to specific fields. Good Luck
Last Wiki Answer Submitted:  May 13, 2008  8:24 pm  by  Ahafez   60 pts.
All Answer Wiki Contributors:  Ahafez   60 pts.
To see all answers submitted to the Answer Wiki: View Answer History.


Discuss This Question:
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _