ListBox into Text List

H

Hey_Moe!

This should be simple, but it's really bugging me.

I have a form that is used as a front end to an e-mail generator.
The forms contains several text boxes and one list box.
There's no problem getting the texts boxes to appear in the generated e-mail
message, but the list box is another thing.

If a row of the list box is selected prior to hitting the 'Generate Message'
button, only then does that row appear in the message.
Is there a way of getting all the rows of the list box to appear in the
generated message without the need to select any of the rows.
(I've tried having a hidden text box that contains what is in the list box,
but the same problem arises. ie. If no row is selected than no data
appears.)

Thanks.
 
Top