J
Jenno
I have simple form with a control source of a data table. On the form
I have a number of text boxes with calcuated controls for example:
Name: txtTotalFTE
Format: Fixed
Control Source=[DirExLaborNbr]+[DirTempLaborNbr]+[IndSanNbr]+
[IndFLTNbr]+[IndLeadNbr]+[IndQANbr]
This works fine, correctly showing the total.
In another text box I have the following but the result is #Name?:
Name: txtTotalHrs
Format: Fixed
Control Source=[txtTotalFTE]*8
I have several other text boxes where I need to reference other
calculated controls (with much more complex calculations than this
one) but I always get the error. The text box names do not appear in
the forms control source.
What am I missing here?
Thanks.
I have a number of text boxes with calcuated controls for example:
Name: txtTotalFTE
Format: Fixed
Control Source=[DirExLaborNbr]+[DirTempLaborNbr]+[IndSanNbr]+
[IndFLTNbr]+[IndLeadNbr]+[IndQANbr]
This works fine, correctly showing the total.
In another text box I have the following but the result is #Name?:
Name: txtTotalHrs
Format: Fixed
Control Source=[txtTotalFTE]*8
I have several other text boxes where I need to reference other
calculated controls (with much more complex calculations than this
one) but I always get the error. The text box names do not appear in
the forms control source.
What am I missing here?
Thanks.