I'm trying to put two text fields in a report, one right above the other (or one right below the other, depending on how you're holding the page).
The prob comes in with this: the upper field Can Grow, so I would like to combine the two fields into one textbox with a chr(13) (so the upper textbox doesn't overwrite the bottom one, of course). I set the controlsource to this:
=([PartDesc] & chr(13) & [PartNotes])
But that just puts a little square in where the carriage return should be. Any suggestions?
Thanks
-- michael~
The prob comes in with this: the upper field Can Grow, so I would like to combine the two fields into one textbox with a chr(13) (so the upper textbox doesn't overwrite the bottom one, of course). I set the controlsource to this:
=([PartDesc] & chr(13) & [PartNotes])
But that just puts a little square in where the carriage return should be. Any suggestions?
Thanks
-- michael~