Results 1 to 2 of 2

Thread: Search by start date and end date

  1. #1
    Join Date
    Jul 2003
    Posts
    1

    Search by start date and end date

    hi,I have a list of information that is stored according to dates. Now im preparing an interface that lets the user choose a start date and an end date and when these dates are selected, the data that falls between these dates will be displayed... how do i do ths...thanx

  2. #2
    Join Date
    Sep 2002
    Location
    Fantasy
    Posts
    4,254
    SELECT * from
    Table3 where date between # 2003-01-05 # and # 2003-03-06 # ;

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •