How would I go about adding numeric values from 2 textboxes produced by a switch function?
Example:
Text box #1 - Control Source: =Switch([Q4]="1","7",[Q4]="2","6",[Q4]="3","5",[Q4]="4","4",[Q4]="5","3",[Q4]="6","2",[Q4]="7","1")
Text box #2 - Control Source...