I faced a problem
I want to filtering the date data type in monthly basis

For example, i have cboMonth used to select month and txtYear used to select year

If I select the January from cboMonth and 2003 from the txtYear, then it will only filter all January/2003 records. How to do that?

Can somebody tell me about this?