Patricio,

I conclude that the length calculation field that you are asking about is in the parent table. So what you are asking is that this one field should present the results of three different calculations. Something like
    LengthPortalRow1&" "&LengthPortalRow2&" "&LengthPortalRow3

A much easier solution is to do the calculation in the Child table for each record, and put the field in the portal along with the other related fields.

Ross

Patricio Mason wrote:
> In a calculation, I'm using the Length function to keep track of the number of characters in a field. But the field is in a portal, set to show three rows, and the calculation it only works for the first row.
>
> How do I make it count the length of contents in each individual row?
>
> TIA.
>
> Saludos,
>
> Patricio Mason
> Santiago, Chile
> www.ics.cl

Reply via email to