Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations bkrike on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  • Users: Harlequink
  • Content: Threads
  • Order by date
  1. Harlequink

    Union Query problem

    I have two tables, SalesLog and ReturnAuthorization. I used this union query to join them SELECT ALL KIOrder,RANumber, CustID,Items,ScheduledDate,TotalCost FROM SalesLog WHERE DateShipped = null ORDER BY ScheduledDate ASC, KIOrder ASC , CustID ASC UNION SELECT ALL KIOrder,RANumber...

Part and Inventory Search

Back
Top