Results 1 to 13 of 13

Thread: Order By Date in Access SQL [Resolved]

Threaded View

  1. #1

    Thread Starter
    Frenzied Member ober0330's Avatar
    Join Date
    Dec 2001
    Location
    OH, USA
    Posts
    1,945

    Order By Date in Access SQL [Resolved]

    VB Code:
    1. SELECT *
    2. FROM [Cell Equipment Complete]
    3. WHERE ((([Cell Equipment Complete].DATE_DUE) Between #1/1/2004# And #1/31/2004#))
    4. ORDER BY [Cell Equipment Complete].DATE_DUE;

    I'm trying to order entries by their date but Access doesn't want to do it on a report. I can do it if I just run the query, but when I go to use a report with the same query, it doesn't put them in date order.

    Last edited by ober0330; Dec 10th, 2003 at 11:21 AM.
    format your code!! - [vbcode] [/vbcode]

    ANSWERS CAN BE FOUND HERE!!

    my personal company

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