Results 1 to 2 of 2

Thread: urgent!!! Filtering Date Datatype in Monthly Basis

  1. #1

    Thread Starter
    Lively Member
    Join Date
    Nov 2002
    Location
    Malaysia
    Posts
    124

    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?

  2. #2
    Lively Member
    Join Date
    Feb 2001
    Location
    Sweden, Sthlm
    Posts
    112
    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
  •  



Click Here to Expand Forum to Full Width