Im Writing a Dbase to Log our Drawing documents as they come from our Customers..
Now Each month there maybe the same part number but a NEW revision,
so the part number is on a form, and the Revision is on a sub form linked so there can be more than one attached to one part number,
thats the basic idea, on my query,
I only need the latest revision to be shown, they may change from
1st MPGA-44
2nd MPGA-45
Final 25-2-333
Ive given all the revisions in the sub form an autonumber to keep them in order, so I can Have them sorted on the form Descending,
so it reads the latest Revision on the top when the form is open,
My problem is that the Query shows all the Revisions, most of the time when looking up drawing ppl only want to see the latest revision,
can anyone help me limit to the highest sort number on the revisions ?
Thanks
Kai.
Now Each month there maybe the same part number but a NEW revision,
so the part number is on a form, and the Revision is on a sub form linked so there can be more than one attached to one part number,
thats the basic idea, on my query,
I only need the latest revision to be shown, they may change from
1st MPGA-44
2nd MPGA-45
Final 25-2-333
Ive given all the revisions in the sub form an autonumber to keep them in order, so I can Have them sorted on the form Descending,
so it reads the latest Revision on the top when the form is open,
My problem is that the Query shows all the Revisions, most of the time when looking up drawing ppl only want to see the latest revision,
can anyone help me limit to the highest sort number on the revisions ?
Thanks
Kai.