I have a field called cboBin on a continuous form called subFormParts.
I have a second field on the same line called txtFP_01 whose data source is =cboBin.column(5).
It displays the correct data with no problem.
What I'm attempting to do is get a total of the contents of txtFP_01 in the subFormParts footer.
I've tried:
=Sum([txtFP_02]) which gives me an error
and
=cboBin.column(5) which displays the first record in the subform lines
and
=Sum(cboBin.column(5)) which gives me an error
I'd appreciate any help on this from someone who may have been able to accomplish this.



