How can I best allow a user to click on a date on an Access 2000 ActiveX Calender Control to only display the records in a subform that meet the date criteria selected on the calendar?
I need to know, specifically, what to do and where to do it because I am new to Access and VB.
I have a Form named frmOTScheduler.
The ActiveX Calendar Control is named MyCalendar and is on frmOTScheduler.
The subform on frmOTScheduler is named sfrmJobsOfficer. sfrmJobsOfficer is created by a query named qryJobsOfficer. This query selects all records in the tblJobsOfficer table.
TIA
John
I need to know, specifically, what to do and where to do it because I am new to Access and VB.
I have a Form named frmOTScheduler.
The ActiveX Calendar Control is named MyCalendar and is on frmOTScheduler.
The subform on frmOTScheduler is named sfrmJobsOfficer. sfrmJobsOfficer is created by a query named qryJobsOfficer. This query selects all records in the tblJobsOfficer table.
TIA
John