E
Erica
I am trying to find the max value in a row in an Access Queriy. I originally
started with a table like one below with several values by date.
Code Date $Value 1 $ Value 2 $ Value 3
I then created a query that found the max value for each column grouped by
code.
I now need to take that query and find the max value by code for each row.
My query looks like
Code $Value 1 $Value 2 $ Value 3. THe desired result is to find the
maximum dollar value for $Value 1 $Value 2 $ Value 3 for each code value.
I attempted to do this using the expression builder but it errored out. I
am not familar with SQL and was hoping I could perform this calculation
without SQL.
I would appreciate at any advice anyone could give me. THank you in advance
for your help.
started with a table like one below with several values by date.
Code Date $Value 1 $ Value 2 $ Value 3
I then created a query that found the max value for each column grouped by
code.
I now need to take that query and find the max value by code for each row.
My query looks like
Code $Value 1 $Value 2 $ Value 3. THe desired result is to find the
maximum dollar value for $Value 1 $Value 2 $ Value 3 for each code value.
I attempted to do this using the expression builder but it errored out. I
am not familar with SQL and was hoping I could perform this calculation
without SQL.
I would appreciate at any advice anyone could give me. THank you in advance
for your help.