Can any anyone show me how to sum a column of data in VB on a report? I have a report (based off of a crosstab) using unbound columns which assigns the values to the text boxes at run time. This is done for flexibility and control reasons. So, I can't sum the usual way (assign a value in the control source of a text box in the footer i.e. =Sum([Value])). Can anyone help? Thanks!
D
D