I finally have my quote generation form running. You enter a few variables into text boxes, select two things from combo boxes and several text boxes autopopulate with calculated values.
My next step is to add a button to this form (Form1) that will take the current values of many of these boxes and put them into a second form. The second form is meant to be in a layout similar to our current quote format and won't show some of the customer specific (proprietary) information from Form1. I have the second form all set up with the links back to the Form1, but unless I hit CTRL+S on the first form, the second form opens with the wrong information.
Is there a way to make one button on Form1 save all the information AND then open up the second form?
Thanks.