Click here to Skip to main content
16,021,041 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hi,

This query is working properly but gives blank value instead i want Null value so i tried NVL but it not worked in MS-ACCESS which function i will use replace blank value & how use in below query.

SQL
(SELECT SUM(Review.TotalPrincipalPayments)+ SUM(Review.TotalInterestPayments)  from tblReviewScalars as Review INNER JOIN tblReportVectors AS Report ON(Review.LoanID=Report.LoanID)
WHERE Report.AP_Indicator="A" AND Report.CashFlowDate=#6/5/2011# AND Review.AsofDate=#6/5/2011# AND ( Review.CreditRating =ReviewMain.CreditRating))
AS [Cash Collected During the Period], ted During the Period],ed During the Period],
Posted
Updated 13-Jun-11 4:34am
v2

1 solution

Use Nz function

MS Access: Nz Function[^]
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900