Form

A

AmytDev

Can anyone suggest how I could create a page of labels with whatever is
entered from a text box at the click of a button? I have created a form that
has a text box and a command button but I don't know how to get the textbox
data to a page of labels. Help...

Amytdev
 
J

Jezebel

Set up your page of labels. Insert DocProperty fields for the data you want
duplicated. In your code, set the value of the document property according
to what is entered in the textbox, then update fields.
 
Top