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: *

  1. jason321

    Max() statement assistance required

    That's the one! Thanks PHV
  2. jason321

    Max() statement assistance required

    Thanks for the reply PHV - It gives me a column at least but it takes the max of all the rates and puts that value in every field - seems some sort of cartesian product too for some reason. I've tried grouping but that doesn't seem to work either.
  3. 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