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 Chriss Miller 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: jason321
  • Content: Threads
  • Order by date
  1. jason321

    Max() statement assistance required

    I'm trying to make a query in Access but cannot figure out how to do it - here is what works in Sql Server select rate1, rate2, (select max(rate) from (select rate1 as rate union all select rate2 as rate ) as a) as MaxRate from dbo.rates; Please help - thanks

Part and Inventory Search

Back
Top