Max function

  • Thread starter Thread starter newcomer
  • Start date Start date
N

newcomer

I have 4 consecutive data fields in a row that I need to calculate the max in
the next field of that row, any suggestions since help was no help.
 
Hello!

How about creating 4 seperate queries (one for each field)
then combinding them into one master query (5 total).
This will allow you to get the max value for each field.

Tony
 
Back
Top