I have two tables, one called customers and the other called products. I would like to create a form called orders.
On here what i would like to do, is a drop down list for the customer ID. When the customer ID is selected the rest of the fields get filled in with the correct details. So their firstname, lastname, address etc get put into the fields.
Same for products as well.
How do i do this?