Kamis, 15 September 2016

Re: [MS_AccessPros] Query no longer returning results

 

Doyce-


When there is no matching row in the Totals query for a particular part number, you should get zero for OnHandExtension because OnHand will be Null.  Are you sure there are matching rows?

John Viescas, Author
Effective SQL
SQL Queries for Mere Mortals 
Microsoft Access 2010 Inside Out
Microsoft Access 2007 Inside Out
Microsoft Access 2003 Inside Out
Building Microsoft Access Applications 
(Paris, France)




On Sep 15, 2016, at 3:24 PM, winberry.doyce@con-way.com [MS_Access_Professionals] <MS_Access_Professionals@yahoogroups.com> wrote:




Hello Pros,

I created the following query this morning and it gave me the results I wanted. The I added it to another query and now it no longer gives me any values in the onhand field or the onhandextension field. The query qryQOH is a totals query. Here is the SQL of both:

qryQOH:

SELECT [Part Stock].PRTNUM_06, Sum(Nz([QTYOH_06],0)) AS OnHand
FROM [Part Stock]
GROUP BY [Part Stock].PRTNUM_06;

qryProjectedInventory1:

SELECT [Part Master].PRTNUM_01, [Part Master].ONHAND_01, qryQOH.OnHand, ([Cost_01]/[cstcnv_01]) AS Cost, [Part Master].TYPE_01, [Part Master].BOMUOM_01, [Part Master].PMDES1_01, Round(Nz([onhand],0)*[cost],2) AS OnHandExtension
FROM [Part Master] LEFT JOIN qryQOH ON [Part Master].PRTNUM_01 = qryQOH.PRTNUM_06;

I don't have any clue why it stopped working.

Doyce




__._,_.___

Posted by: John Viescas <johnv@msn.com>
Reply via web post Reply to sender Reply to group Start a New Topic Messages in this topic (2)

Have you tried the highest rated email app?
With 4.5 stars in iTunes, the Yahoo Mail app is the highest rated email app on the market. What are you waiting for? Now you can access all your inboxes (Gmail, Outlook, AOL and more) in one place. Never delete an email again with 1000GB of free cloud storage.


.

__,_._,___

Tidak ada komentar:

Posting Komentar