B
bgetson
I've got a query where I want to find the maximum value from among 4
dimensions for each record in my tables.
If in tblSettings, I have fields: Length1, Length2, Length3, Length4,
how can I easily calculate the maximum length for each record (instead
of maximum for each field)? I've heard that I can do something like
this with iif(), but I can't get my head around it. If it helps at
all, there is another field, TestID, which can serve as an identifier
for each record.
Thank you for any help.
dimensions for each record in my tables.
If in tblSettings, I have fields: Length1, Length2, Length3, Length4,
how can I easily calculate the maximum length for each record (instead
of maximum for each field)? I've heard that I can do something like
this with iif(), but I can't get my head around it. If it helps at
all, there is another field, TestID, which can serve as an identifier
for each record.
Thank you for any help.