I'm using a calender form which came with an Access 2000 Programming book. The calendar is opened using the following code:
DoCmd.OpenForm "ezz_PopUpCalendar",acnormal,,,,acDialog,Me.Name & ".[DateField]"
Me!DateField.SetFocus
The idea being that when the calendar form opens the name of the...