Hi There, I am currently trying to build an electronic Document Library which will hold various documents in one table, and then different versions of the documents in another table. Depending on if this is a major release or a minor release, I will need to increase the version number by either 1, or .01.
What is the easiest way to get the previous version number for the specific document.
Regards