Search results

  1. R

    How do I get the latest record for a particular customer number using ms-sql query

    thank you so much... This resolved my problem :)
  2. R

    How do I get the latest record for a particular customer number using ms-sql query

    My table appears like this with the following columns: Name| CUSTNo| ORderNo.| AcctDate| OrderDate| OrderDescription I would like to write a ms-sql query to return the records of each customer number with the latest OrderDate. One more thing, if the customer has two separate order numbers on...
Back
Top Bottom