X
Xavier
Hello,
I was wondering if you guys would know the best way to pursue the
following problem. I have two tables, one with the unique items and
another with all the changes that occurred to the item. For example:
Table1
Model1 - Item1
Table2
Model1 - Item1 - RevA - Completion DateA
Model1 - Item1 - RevB - Completion DateB
Model1 - Item1 - RevC - Completion DateC
What I want to do is build a query that has Model#, Item# and the max
Completion Date. The problem is that in some cases, an item could have
a revision that is still open. In that case, I would want to see a
blank date next to the item#. In other words, show the latest date of
completion for the Item# or a null value if there is still a revision
that is incomplete. Does anyone have any recommendations as to how I
should pursue this problem? Thanks!
Xavier
I was wondering if you guys would know the best way to pursue the
following problem. I have two tables, one with the unique items and
another with all the changes that occurred to the item. For example:
Table1
Model1 - Item1
Table2
Model1 - Item1 - RevA - Completion DateA
Model1 - Item1 - RevB - Completion DateB
Model1 - Item1 - RevC - Completion DateC
What I want to do is build a query that has Model#, Item# and the max
Completion Date. The problem is that in some cases, an item could have
a revision that is still open. In that case, I would want to see a
blank date next to the item#. In other words, show the latest date of
completion for the Item# or a null value if there is still a revision
that is incomplete. Does anyone have any recommendations as to how I
should pursue this problem? Thanks!
Xavier