Before printing event reporting

If I want to make use of the fieldnames in a Before Printing event like

me.text = theNamefld + chr(32) + theStreetfld

These are the names of the datafields in the report inspector. Or do I have to construct them from the used recordset?