this is my code in the form
Option Compare Database
Option Explicit
' This declares the MonthCalendar Class
Private mc As clsMonthCal
Private Sub cmdOpenCal_Click()
Dim blRet As Boolean
Dim dtStart As Date, dtEnd As Date
dtStart = Nz(Me.txtStartDate.Value, 0)
dtEnd = 0...