B
Barry
Greetings
I am creating an application which is rather typical in it's need for
customers and orders. I have a table for Customers one for Orders and one
for Customer Shipping Addresses. My question is in trying to find the
correct order for the relationships between these tables. Should the order
be; Customers, CustomerShipAddress, Orders or CustomerShipAddress, Customers,
Orders? The goal is to allow the selection of a customer and fill in the
appropriate customer info and on a separate tab another combo to select the
ShippingAddress info. The Orders table contains the OrderID, CustomerID and
ShipToID and I should mention an OrdersDetails table for the line items. The
problem arises when trying to save the ShipToID to the orders table. When
selecting the ShipAddress info i have used unbound fields filled
programatically from a combo box and the form is bound to the Orders table
with the OrderID field displayed. I am having trouble with this design and
would like to know if anyone has tried something like this before, know of
any examples or can please give me some direction.
Thanks,
Barry
I am creating an application which is rather typical in it's need for
customers and orders. I have a table for Customers one for Orders and one
for Customer Shipping Addresses. My question is in trying to find the
correct order for the relationships between these tables. Should the order
be; Customers, CustomerShipAddress, Orders or CustomerShipAddress, Customers,
Orders? The goal is to allow the selection of a customer and fill in the
appropriate customer info and on a separate tab another combo to select the
ShippingAddress info. The Orders table contains the OrderID, CustomerID and
ShipToID and I should mention an OrdersDetails table for the line items. The
problem arises when trying to save the ShipToID to the orders table. When
selecting the ShipAddress info i have used unbound fields filled
programatically from a combo box and the form is bound to the Orders table
with the OrderID field displayed. I am having trouble with this design and
would like to know if anyone has tried something like this before, know of
any examples or can please give me some direction.
Thanks,
Barry