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 derfloh on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  1. johndill

    Simple addition formula not working, Null problem?

    Hi, I am creating a report from a single Access table. There are 2 fields in the table ([Total New Hours]and [TotalOldHours]) that I want to add. Some of the records have nulls so I accounted for them by using IsNull: If IsNull({ProjDump1.Total New Hours}) Then 0 Else {ProjDump1.Total...

Part and Inventory Search

Back
Top