Is there anyway I can create dynamically (with a view)a
field, whose value is a string containing the sum of all
of the values displayed up to that time in a certain
field?. I mean:
Field1 Field2
George George
GeorgeJohn John
GeorgeJohnPeter Peter
GeorgeJohnPeterMark Mark
..... .......
Field2 is displaying a set of first names. Field1 displays
the sum of all the first names displayed up to that time
in Field2
Is there anyway to do this through a view?.I know this can
be done with a VB recordset or SQL cursor, but I am
wondering if this is possible with a SQL view
Thanks