D
Damien W
Hi all, I am having a bit of trouble getting my head
around a query. I want to show only the latest revision
to a document in a document register I'm building
I have 2 tables, Table 1 has:
DocID DocNumber DocRev DocDescription
Table 2 has:
RevID DocNumber DocRev RevDetails RevDate
So all revision details are entered in table 2, so I can
keep a history of the revisions. idealy I would like the
query to show results of:
DocID DocNumber DocRev(latest) DocDescription
I recall a function that will allow the sorting of data
by "Max" somehow but I do not remember where I found it.
It may even be beneficial to do an Append query to make
table 1 show the most recent revision but thats beyond me
at the moment.
I hope there's enough info for someone to review,
Thanks in advance,
Damien W.
around a query. I want to show only the latest revision
to a document in a document register I'm building
I have 2 tables, Table 1 has:
DocID DocNumber DocRev DocDescription
Table 2 has:
RevID DocNumber DocRev RevDetails RevDate
So all revision details are entered in table 2, so I can
keep a history of the revisions. idealy I would like the
query to show results of:
DocID DocNumber DocRev(latest) DocDescription
I recall a function that will allow the sorting of data
by "Max" somehow but I do not remember where I found it.
It may even be beneficial to do an Append query to make
table 1 show the most recent revision but thats beyond me
at the moment.
I hope there's enough info for someone to review,
Thanks in advance,
Damien W.