J
jkyte
Table contains a single record for each part number with 12 separate fields
for units sold in each of the last 12 months. I want to perform a select
query that yields the maximum units sold in 1 month for each part number. In
Excel this is easy as Max will compare both vertically (i.e. within a
field/column but accross records/rows) and horizontally (i.e. within a
record/row but accross fileds/columns). Max in Access appears to only allow
the vertical comparison feature. Is there an easy way around this limitation
that can be done in an Access query without a giant nested IF statement or
the equivalent of a DO UNTIL loop?
for units sold in each of the last 12 months. I want to perform a select
query that yields the maximum units sold in 1 month for each part number. In
Excel this is easy as Max will compare both vertically (i.e. within a
field/column but accross records/rows) and horizontally (i.e. within a
record/row but accross fileds/columns). Max in Access appears to only allow
the vertical comparison feature. Is there an easy way around this limitation
that can be done in an Access query without a giant nested IF statement or
the equivalent of a DO UNTIL loop?