Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Rhinorhino on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Recent content by myronjbarrett

  1. myronjbarrett

    handle dbnull

    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...

Part and Inventory Search

Back
Top