#Name? Error in text box, used as a total from subform

G

Guest

I have an infamous orders form with subform. I placed a total calculated
text box in the invisible footer of my subform.

In order to show the total on the main form, I placed a text box with the
following source:

=[Order_PC_Detail].[Forms]![PC_Sum_Total]

The subform totals text box has the following:

=Sum(nz([PC_Required_Points]*[Quantity]))

The main form text box shows : #Name?

There is a peculiar occurence. My form name is Order_PC, yet when I switch
from design view to datasheet view, the name of the form on the banner reads
Order_PC1.

What is going on?
Thank you very much!
Ivan.
 
G

Guest

I fixed the Order_PC1. It had a "Caption."
I checked the underlying tables to see data types, and they are all numbers.
Form names are consistent...
Still can not get the total text box to work.
 

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

Top