R
Rob
Hello,
I have a form named Myform with two subforms.
In one subform i have a field i want to fill with a value calcuted as sum in
the footer of the other subform.
With Access2003 i used this as Control Source for the field:
=IIf(Forms![Myform]![Myform
subform1].Form.Recordset.RecordCount>0;nz(Forms![Myform]![Myform
subform1]!Myfield;0);0)
and it works fine.
exactly the same database run in Access2007 gives me
#name
in the field, Does anyone know how to correct this. Is this a known feature
of Access2007 ?
(Exactly the same two subforms opened in a report preview opened from Myform
does not give this error)
Thanks for help,
Rob
I have a form named Myform with two subforms.
In one subform i have a field i want to fill with a value calcuted as sum in
the footer of the other subform.
With Access2003 i used this as Control Source for the field:
=IIf(Forms![Myform]![Myform
subform1].Form.Recordset.RecordCount>0;nz(Forms![Myform]![Myform
subform1]!Myfield;0);0)
and it works fine.
exactly the same database run in Access2007 gives me
#name
in the field, Does anyone know how to correct this. Is this a known feature
of Access2007 ?
(Exactly the same two subforms opened in a report preview opened from Myform
does not give this error)
Thanks for help,
Rob