PDA

Click to See Complete Forum and Search --> : urgent!!! Filtering Date Datatype in Monthly Basis


chinhow
Mar 6th, 2003, 12:19 AM
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?

meteor
Mar 6th, 2003, 02:49 AM
are you going to get the records from a database??

Select * Fom table Where date BETWEEN 01/01/2003 AND 01/31/2003