A
an
I have F_Perc, SubF_Troc and SubSubF_Projects.
On SubForm I have a TextBox with:
Control Source
=[SubSubControlProjects].[Form]![SumValueEstimProjects]
(Where return value of the TextBox in FormFooter of the
SubSubF_Projects)
and named
TxtValueTotalEstimTroc
Work fine.
Now, similary, I would like to sum TxtValueTotalEstimTroc
in Form Footer of the SubForm.
With:
=Sum([SubControlTroc].[Form]![TxtValueTotalEstimTroc])
or
=Sum([SubF_Troc].[Form]![TxtValueTotalEstimTroc])
return error message #Error in TextBox.
I don't know why.
I need your help, please.
Thanks in advance.
an
On SubForm I have a TextBox with:
Control Source
=[SubSubControlProjects].[Form]![SumValueEstimProjects]
(Where return value of the TextBox in FormFooter of the
SubSubF_Projects)
and named
TxtValueTotalEstimTroc
Work fine.
Now, similary, I would like to sum TxtValueTotalEstimTroc
in Form Footer of the SubForm.
With:
=Sum([SubControlTroc].[Form]![TxtValueTotalEstimTroc])
or
=Sum([SubF_Troc].[Form]![TxtValueTotalEstimTroc])
return error message #Error in TextBox.
I don't know why.
I need your help, please.
Thanks in advance.
an