A
alegria4ever
Here's my problem:
I have a tab control page that contains 2 forms. The first form
contains order information and the second form contains the product
information. The OrderNo is the primary key in the first form and
foreign key in the second form. I have a button on the first form that
will take the user to the second form when they have finished entering
in all the order data. What I need is to transfer the OrderNo to the
second form. The OrderNo on the first form is a text box but the
second form is a combo box (choices are based on the entry first form).
I hope I'm making myself clear.
I don't know what is the best way to approached this. Please help...
I have a tab control page that contains 2 forms. The first form
contains order information and the second form contains the product
information. The OrderNo is the primary key in the first form and
foreign key in the second form. I have a button on the first form that
will take the user to the second form when they have finished entering
in all the order data. What I need is to transfer the OrderNo to the
second form. The OrderNo on the first form is a text box but the
second form is a combo box (choices are based on the entry first form).
I hope I'm making myself clear.
I don't know what is the best way to approached this. Please help...