Advertisement
| 03.11.2008 at 11:24AM PDT, ID: 23232750 |
|
[x]
Attachment Details
|
||
|
[x]
The Solution Rating System
|
||
With so many solutions, how can you tell which solutions are most likely to help you and which ones are not? To provide you with a tool to use, we rate our solutions based on various elements that most accurately determine if a solution is a quality solution. To explain what factors affect the solution rating, here are the elements we take into consideration when formulating our solution rating.
Your Input Matters If you have any suggestions that you would like to make for our rating system, please ask a question in the Suggestions Zone of Community Support. Thank you! |
||
1: 2: 3: 4: 5: 6: |
Here is the query, if that's of any use: SELECT DISTINCT Parts.CPN AS Part, Parts.CPNRevision AS Rev, Parts.CPNDesc AS [Desc], Parts.QPA AS Qty, Parts.ParentPN AS NHA, Parts.[F/N] AS FindNo, Parts.Usage, [Alt_Prime to Alt].Alternate, Parts.[Buy Status] AS [M/B], Parts.[CAGE Code], Parts.UM, Parts.[Ref Des], Parts.Level, Parts.[Commdity Code], Parts.State, Parts.Delta FROM (SelectedAssys LEFT JOIN Parts ON SelectedAssys.Assy = Parts.ParentPN) LEFT JOIN [Alt_Prime to Alt] ON Parts.CPN = [Alt_Prime to Alt].Prime WHERE (((Parts.ParentPN) Is Not Null And (Parts.ParentPN)<>"") AND ((Parts.Program)=[forms]![dms_kb]![txtProgram]) AND ((Parts.Assy)=[forms]![dms_kb]![txtAssy])) ORDER BY Parts.ParentPN, Parts.[F/N]; |
Advertisement