I have a 1 to many relationship between Customers and Orders.

I want to display a form which shows an order but I would also like a combo box which displays the companys. This needs to populate the foreign key of the orders table.

Can someone point me in the right direction for this.

Thanks in Advance