J
Jasonm
I don't think I captured the essence of what I am trying to acomplish in my
subject line! Lets try again..
I have a table with a date field as teh Primary Key In it are four fileds
(I1, I2, I3 and I4) I would like to be able (in a query) to list the max of
those 4 fields.
I.E.
I1 = 4
I2 = 5
I3 = 3
I4 =Null
MaxI = 5
I have tried nesting If statements, but they get too deep (at least the way
I was thinking about it...) Does anyone have any suggestions as to how I can
do this? I have a workaround where I can use an average, but I would really
like to have the maximum...
Thanks, Jm
subject line! Lets try again..
I have a table with a date field as teh Primary Key In it are four fileds
(I1, I2, I3 and I4) I would like to be able (in a query) to list the max of
those 4 fields.
I.E.
I1 = 4
I2 = 5
I3 = 3
I4 =Null
MaxI = 5
I have tried nesting If statements, but they get too deep (at least the way
I was thinking about it...) Does anyone have any suggestions as to how I can
do this? I have a workaround where I can use an average, but I would really
like to have the maximum...
Thanks, Jm