My list box should look like the following when I click the Display Bill Button:


Label Name from the Form Text Box Information (information the customer puts in)

Customer: (TextBox1)
Phone Number: (mtbPhone)
Service Date: (date entered from clicking the display button in the form of 1/1/2012)
Invoice Due: (date entered 30 days from the service date entered)
Labor Cost: ($35.00 an hour for labor x number of hours entered into the TextBox2)
Parts and Supplies Cost: (5% sales tax added on to the TextBox3 entry)
Total Cost: (The total cost between the Labor Cost and Parts and Supplies)

I used the information for my text boxes...But that is how my list box is supposed to look when I click the display bill button