L
Larry R Harrison Jr
I have an Access 97 database with 2 tables, parent one called tblDocuments
and child one named tblRevisions. They are linked with DocID in both tables.
In the revisions table a given DocID can show up numerous times. Another
field named revision will vary in these records.
A query I have will show all instances of a given DocID in the revisions
table. What I want it to do is show the most recent revision, which would be
the one with the maximum revision number for a given docid.
Tips?
LRH
and child one named tblRevisions. They are linked with DocID in both tables.
In the revisions table a given DocID can show up numerous times. Another
field named revision will vary in these records.
A query I have will show all instances of a given DocID in the revisions
table. What I want it to do is show the most recent revision, which would be
the one with the maximum revision number for a given docid.
Tips?
LRH