Results 1 to 2 of 2

Thread: Help Developing SQL Query

  1. #1
    Byrne Guest

    Help Developing SQL Query


    I need to create a query that will pull all of the records that are statused as 'OUT' from my RECORDS table and then get the last (chronologically) 'OUT' record from my IN/OUT table for each record it pulled from RECORDS.

    I can get the records out of RECORDS without any problems but I don't know how to set up a query that will pull the last chronological 'OUT' record from my IN/OUT table. Is there a way to do this in SQL?

    Thank you in advance for any help.

  2. #2
    Anu Guest

    Help Developing SQL Query (reply)

    Can you explain clearly.
    Can't understand your question.

    -Anu



    ------------
    Byrne at 6/22/01 2:08:40 PM


    I need to create a query that will pull all of the records that are statused as 'OUT' from my RECORDS table and then get the last (chronologically) 'OUT' record from my IN/OUT table for each record it pulled from RECORDS.

    I can get the records out of RECORDS without any problems but I don't know how to set up a query that will pull the last chronological 'OUT' record from my IN/OUT table. Is there a way to do this in SQL?

    Thank you in advance for any help.

Posting Permissions

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