I have an access table with fileds like
Name Units ftse
alphonce scs100 0.111
alphonce scs 110 0.123
grace scs100 0.145
grace scs 110 0.145
I want a vb report with the following results from this table
Name units ftse TOTALFTSE
alphonce scs100 0.111
alphonce scs 110 0.123
0.234
grace scs100 0.145
grace scs 110 0.145
0.290
please help
Name Units ftse
alphonce scs100 0.111
alphonce scs 110 0.123
grace scs100 0.145
grace scs 110 0.145
I want a vb report with the following results from this table
Name units ftse TOTALFTSE
alphonce scs100 0.111
alphonce scs 110 0.123
0.234
grace scs100 0.145
grace scs 110 0.145
0.290
please help
Comment