Bass71
MIS
- Jun 21, 2001
- 79
Ok, here it is. I've tried everyway to Sunday... I have no problem with the IsNull or Is Not Null functionality, but the Null to Zero's killin' me.
The following is one of my cracks at it:
SELECT CoreData.TAS, CoreData.[Date Opened], CoreData.[Transaction Volume]
FROM CoreData
GROUP BY CoreData.TAS, CoreData.[Date Opened]
HAVING (((CoreData.[Transaction Volume])=IIf(Nz("Transaction Volume","0"));
....Much appreciated ... Richard
The following is one of my cracks at it:
SELECT CoreData.TAS, CoreData.[Date Opened], CoreData.[Transaction Volume]
FROM CoreData
GROUP BY CoreData.TAS, CoreData.[Date Opened]
HAVING (((CoreData.[Transaction Volume])=IIf(Nz("Transaction Volume","0"));
....Much appreciated ... Richard