I know this is a simple fix, but I just can't seem to get it work this AM
I need a Query to show only the highest (max) record. So I have records as follows for example in a talbe I am querying...
TABLE1
Descript ID
test1 5
test1 6
test2 7
test1 8
test3 9
QUERY NEEDS TO SHOW:
Descript ID
test3 9
Right now it keeps doing something like this:
Descript ID
test1 8
test2 7
test3 9
Any thoughts on how to get what I am looking for?
Thanks in advance for your help!
I need a Query to show only the highest (max) record. So I have records as follows for example in a talbe I am querying...
TABLE1
Descript ID
test1 5
test1 6
test2 7
test1 8
test3 9
QUERY NEEDS TO SHOW:
Descript ID
test3 9
Right now it keeps doing something like this:
Descript ID
test1 8
test2 7
test3 9
Any thoughts on how to get what I am looking for?
Thanks in advance for your help!