Can anyone help,

I need to concatenate a string onto a field on my datareport.

e.g.

In MS Access 97 you would simple put the following in the control source of the control.

="Total " & [Total Field]

How do I do this in a data report for VB6.

Thank's for any help,

Chris