I have a table in Access which look like this:[field name] value
record 1
[file] 00000001
[Beg#] 00000001_01
[End#] 00000001_01
record 2
[file] 00000001
[Beg#] 00000001_02
[End#] 00000001_02
I need the lowest [Beg#] and the highest [End#] for every [file] returned like so:
NEW record
[Beg#] 00000001_01
[End#] 00000001_02
I can dump the data into sql if that will make it easier.
Start Free Trial