Hello Everyone,
I have a table with a field “strEntryDate”.
I have a form with a txtbox, (“txtEntryDate”)and Calendar Control (“SetDate”). The control source for txtEntryDate is “=SetDate.Value”.
When a user selects the date from the calendar, the date is passed to txtEntryDate….this works fine but it does not pass to the field “strEntryDate” in the table. WHY? What do I need to do to pass that value to the field?
Also, what do I need to do to get the calendar control to default to the current month…i.e. if this is July, when the form opens I want the calendar to show “July”.
Thanks in advance.