Results 1 to 2 of 2
  1. #1
    drunkenneo is offline Competent Performer
    Windows XP Access 2007
    Join Date
    Jun 2013
    Posts
    199

    Angry Sorting Order query

    I have written a query where the date_processed column in the order_processed need to be sorted, and the data is populated from redemption_report:



    INSERT INTO Orders_Processed ( contact_first_name, contact_last_name, bizid, bizname, order_number, order_date, Date_processed, reward_title, partner_name, quantity, email_address, contact_number, country_name, Uploaded_by ) SELECT contact_first_name,contact_last_name,bizid,bizname ,order_number, order_date , Uploaded_Date, reward_title, partner_name, quantity, email_address , contact_number, country_name, Uploaded_By FROM Redemption_Report ORDER BY Orders_Processed.[Date_processed] DESC

    Please solve?

  2. #2
    offie is offline Competent Performer
    Windows 7 64bit Access 2010 64bit
    Join Date
    Jun 2013
    Posts
    176
    How do you want it sorted? In the deisng view in the Sort row you can select ascending or descensing, and whichever one you want sorted first should be placed first (to the the left)

Please reply to this thread with any new information or opinions.

Similar Threads

  1. Sorting in Query
    By Rhubie in forum Access
    Replies: 11
    Last Post: 09-21-2012, 05:49 PM
  2. Replies: 11
    Last Post: 01-12-2012, 07:55 PM
  3. Sorting a form's records in order by date.
    By slikbaz in forum Access
    Replies: 3
    Last Post: 11-20-2010, 01:11 AM
  4. Sorting in a Query (Dates)
    By JohnS in forum Queries
    Replies: 2
    Last Post: 10-23-2009, 03:51 AM
  5. Is this a Query or Sorting problem?
    By bwrobel in forum Queries
    Replies: 2
    Last Post: 07-14-2006, 08:15 AM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
Other Forums: Microsoft Office Forums