|
-
Mar 6th, 2003, 01:19 AM
#1
Thread Starter
Lively Member
urgent!!! Filtering Date Datatype in Monthly Basis
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?
-
Mar 6th, 2003, 03:49 AM
#2
Lively Member
are you going to get the records from a database??
Select * Fom table Where date BETWEEN 01/01/2003 AND 01/31/2003
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|