G
Guest
I am using the dmax function to get the max value from a data set and
everything works fine until similar records are found. For example, when it
returns the max value for "W69", it actually returns the max value for
"W69328". How can I find the value for only "W69"... is there a way to make
it return the max value only when an "Exact" match is found?
Thanks in advance!
Below is an extract from my data table:
All #/MH
W69 388
W69312 620
W69317 611
W69317 1017
W69318 437
W69318 719
W69323 1095
W69328 683
W69328 1363
W69370 334
W69372 318
everything works fine until similar records are found. For example, when it
returns the max value for "W69", it actually returns the max value for
"W69328". How can I find the value for only "W69"... is there a way to make
it return the max value only when an "Exact" match is found?
Thanks in advance!
Below is an extract from my data table:
All #/MH
W69 388
W69312 620
W69317 611
W69317 1017
W69318 437
W69318 719
W69323 1095
W69328 683
W69328 1363
W69370 334
W69372 318