Dear All,
Please I need your help in doing some extensions and filters to my form and report (rptRecruitments).
I have following fields in form
frmCombinedReports
txtFromDate
txtToDate
BtnReportView
ChkAllRecords
I have already filter the form dates with report query to show records only as per the date selected on form (txtFromDate & txtToDate) however, I need when I select the check box (chkAllRecords) for the frmCombinedReports then (txtFromDate & txtToDate) should be automatically blank because I am selecting entire records in report and not based on dates, but since I have already mentioned the between criteria in report query to filter it as per the form dates I am unable to work out with both ways as per period and as per all record check function.
Any help here will be much appreciated.
Please I need your help in doing some extensions and filters to my form and report (rptRecruitments).
I have following fields in form
frmCombinedReports
txtFromDate
txtToDate
BtnReportView
ChkAllRecords
I have already filter the form dates with report query to show records only as per the date selected on form (txtFromDate & txtToDate) however, I need when I select the check box (chkAllRecords) for the frmCombinedReports then (txtFromDate & txtToDate) should be automatically blank because I am selecting entire records in report and not based on dates, but since I have already mentioned the between criteria in report query to filter it as per the form dates I am unable to work out with both ways as per period and as per all record check function.
Any help here will be much appreciated.