ZidaneXero 14 Newbie Poster

Hello Everyone

I'm using VB 2005 to do a small program to find clients and print a label, and i have crystal report to print the label, but it only prints the clients information.

So i want to add a comment box in the print label form that i use to add details of there last order to it when they print it

For Example this is what my print form does:

1) I enter the phone number of the client
2) Click the button search
3) It generates the label with the client info
4) then we can print it.

So between those 4 procedures i want to add textbox to the form so what ever is in that textbox goes to the label as an extra comments.

I'm not sure if i made myself clear on what i need.

Thanks for your time