• Sorry, my bad. It's not:

    =ReportItems.textbox1.Value + ReportItems.textbox2.Value

    it is:

    =ReportItems!textbox1.Value + ReportItems!textbox2.Value

    Replace the period after ReportItems with an "!". I always do that:w00t: