PDA

View Full Version : How do I add text boxes together in a report


srosen01
Jun 26, 2008, 12:31 PM
How do I add text boxes together in a report

ScottGem
Jun 26, 2008, 03:39 PM
Set the ControlSource to:

=textbox1 + textbox2

But frankly, I would do it in the query instead by adding a column:

total: column1 + column2