Hi,
Looks pretty basic but I seem to be drawing a blank here. I havae a simple spreadsheet:
Ref# Rev
97 b
98 c
99 c
99 e
100 c
100 b
101 a
102 b
I need to create a simple report but remove the duplicates (ex. Ref# 99,100). I need to delete the older Rev's (Ex Ref# 99 Rev C, Ref# 100 Rev B).
Is this done throughRecordsets? will an SQL query do the trick?
THANK YOU.
Looks pretty basic but I seem to be drawing a blank here. I havae a simple spreadsheet:
Ref# Rev
97 b
98 c
99 c
99 e
100 c
100 b
101 a
102 b
I need to create a simple report but remove the duplicates (ex. Ref# 99,100). I need to delete the older Rev's (Ex Ref# 99 Rev C, Ref# 100 Rev B).
Is this done throughRecordsets? will an SQL query do the trick?
THANK YOU.