G
Guest
I have a form the has 6 sub form in it. They all show and the correct
informtion is there. In each of the sub form has a field that I would like
to total up. Not all of the subform will have information.
I thought if I put a text field in the original form with data stating:
IIf([Subform Name].[Form].[HasData],[Subform Name].[Form].[Field Name],0)
It would give me the value of the field in the subform or 0.
But it returns:
#name?
Any Ideas???
informtion is there. In each of the sub form has a field that I would like
to total up. Not all of the subform will have information.
I thought if I put a text field in the original form with data stating:
IIf([Subform Name].[Form].[HasData],[Subform Name].[Form].[Field Name],0)
It would give me the value of the field in the subform or 0.
But it returns:
#name?
Any Ideas???