I have a database containing a table listing the revision history of drawings. Let's say drawing1 has 5 revisions A,B,C,D,and E. I want my query to return only the latest one, in this case "F". What function do I use to do this.
Thanks for any help that can be offered.