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

Multiple Combo Box Values Won't Sum Unless All Are Populated

Status
Not open for further replies.

CCRT

Technical User
Jul 27, 2005
14
0
0
US
I have 6 combo boxes on a form (cbodd1, cbodd2.......cbodd6)

I have a text box "Sec1Sum" with this expression =([cbodd6]+[cbodd5]+[cbodd4]+[cbodd3]+[cbodd2]+[cbodd1])

The problem is if one or more of the combo boxes are not populated the "Sec1Sum" remains blank. I've tried using the Iff statement on each cbo to populate with a zero but have had no luck.

Thanks for any help

Dave

 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top