netangel,
I tried your IIF method but I still get a DBNull error. Here's what my code looks like:
ldblInterest += IIf(DataSetPayments.LoanPayments(0).IsUnpaidInterestNull, 0, DataSetPayments.LoanPayments(0).UnpaidInterest)
From what I've read, the reason I'm getting the error is because VB...