Text Box Calculations

  • Thread starter Thread starter briank
  • Start date Start date
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?
 
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]
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top