Text Box Calculations

B

briank

I have a form based upon a query. I am trying to create
a text box that adds two fields together. Both fields
are number formats and when I look at my work I see a
#Name? in the cell. What could be wrong with this?
 
D

Dan

Good Afternoon!

You probably have not entered the names of the fields
correctly in your calculation. If you had fields named
Number1 and Number2 the formula would be:

=[Number1] + [Number2]
 
Top