W
wvhines
I'm using Access 2003 and I have a subform within a subform and I keep
getting #Name?
Main Subform is "frmsubContractors"
Other Subform is "frmsubContractors2Agree"
and in the frmsubContractors2Agree I have a total currency field
in the footer called "calcTotalAwardsContract"
The control source of "calcTotalAwardsContract"
=nz(Sum([fldawardamt]),0) which works great
However when I refer to the "calcTotalAwardsContract" field in the
main subform with a field named "calcTotalInitialAward" with a control
source of
=frmsubContractors2Agree.Form!calcTotalAwardsContract I get #Name?
Please help, I've tried this several different ways, I read numerous
posts on this subject and I may get #Error instead of #Name?, or if I
base my main subform off of a query the main subform only appears some
of the time but nothing seems to work.
Your earliest possible attention concerning this matter is GREATLY
appreciated.
- Wilma
getting #Name?
Main Subform is "frmsubContractors"
Other Subform is "frmsubContractors2Agree"
and in the frmsubContractors2Agree I have a total currency field
in the footer called "calcTotalAwardsContract"
The control source of "calcTotalAwardsContract"
=nz(Sum([fldawardamt]),0) which works great
However when I refer to the "calcTotalAwardsContract" field in the
main subform with a field named "calcTotalInitialAward" with a control
source of
=frmsubContractors2Agree.Form!calcTotalAwardsContract I get #Name?
Please help, I've tried this several different ways, I read numerous
posts on this subject and I may get #Error instead of #Name?, or if I
base my main subform off of a query the main subform only appears some
of the time but nothing seems to work.
Your earliest possible attention concerning this matter is GREATLY
appreciated.
- Wilma