Click here to Skip to main content
15,896,153 members

Comments by srihari1904 (Top 21 by date)

srihari1904 30-Mar-14 5:08am View    
Thankyou that's working fine
srihari1904 24-Mar-14 6:48am View    
FORMAT ((SELECT IsNull(TotalPaid,0) FROM sumoftotalpayment WHERE sumoftotalpayment.InvoiceId=NewInvoice_1.InvoiceId), "0.00") AS AmountPaid

I tried this code but showing error "Wrong number of argument is used with function in query expression 'IsNull(TotalPaid,0'"
srihari1904 24-Mar-14 6:36am View    
Hi, Sorry am new to access how to make this query ?

IIF(ISNULL(AmountPaid),0,AmountPaid),
FORMAT ((SELECT TotalPaid FROM InvoiceList WHERE InvoiceList.InvoiceId=NewInvoice_1.InvoiceId), "Fixed") AS AmountPaid,

this code didn't working help me
srihari1904 22-Mar-14 7:58am View    
Hi Thank you. working but in empty data's it showing error "#Error" like this ? how to solve it. That is "TotalPaid column is null for another Id" in this time access showing error "#Error"
srihari1904 22-Mar-14 5:41am View    
Thank you very much its working fine