M
MildJoe
Can anyone help with this?
I have a table with these two columns amongst others; "tDrawing" and
"tVersion".
I have both as primary keys. Each drawing have a text-name (DR001, DR002
etc.) and a version number (1,2,3 etc.).
I want to make a query that if two or more drawings have the same name, it
gives me the one with the highest version.
So the query should list all the latest versions of drawings in the table.
I have a table with these two columns amongst others; "tDrawing" and
"tVersion".
I have both as primary keys. Each drawing have a text-name (DR001, DR002
etc.) and a version number (1,2,3 etc.).
I want to make a query that if two or more drawings have the same name, it
gives me the one with the highest version.
So the query should list all the latest versions of drawings in the table.