D
David M C
I have an order table with a one to many relationship to an order details
table. The order table contains general order information, whilst the order
details table contains the individual items in the order.
The OrderID field in the order table is the primary key, whilst OrderID in
the order details table is the foreign key. When adding an order using a form
I designed, how do you get the Primary key OrderID to propogate to the
foreign key OrderID. Currently the foreign key OrderID remains blank.
Thanks
Dave
table. The order table contains general order information, whilst the order
details table contains the individual items in the order.
The OrderID field in the order table is the primary key, whilst OrderID in
the order details table is the foreign key. When adding an order using a form
I designed, how do you get the Primary key OrderID to propogate to the
foreign key OrderID. Currently the foreign key OrderID remains blank.
Thanks
Dave