Ok this is the delemma i'm having. I have this form that stores customer details and a cmd button that opens a new form to add the order details for the customer. There is a customer table and a order table, and a customer_order table with the customer ID and Order Id. I want the order form to fill in some fields automatically. These fields will be stored in the customer_order table to help and link customers to their orders. So on the order form, there will be an Order ID and cUSTOMER id, that will not be visable but present that I want to automatically fill in from the customer Id, on the customer form and and the order Id on the order form. So when I save the info, the customer_order table will be able to link the two. The Customer ID will come from he Customer form (customer ID) that i am on.
How do i transfer that value from the customer form, to the order form customer id coloum that will be stored in the customer_order.
I hope you under stand what I am getting at, cause it might be abit confusing. Hope you guys can help, bye.
Chaosguy - To die would be an awefully big adventure.
How do i transfer that value from the customer form, to the order form customer id coloum that will be stored in the customer_order.
I hope you under stand what I am getting at, cause it might be abit confusing. Hope you guys can help, bye.
Chaosguy - To die would be an awefully big adventure.