The basic problem is getting the item/order ID before it's saved for the 1st time to use to relate the products to that order.
Yes, there's just Products and Orders involved. The products are related to the order by Order.ID. Products are added to the order by clicking a button in the order NewForm.asp and EdtForm.asp forms.
Hence the problem in the new form, as the order won't have been saved yet and won't have an ID to use in the products.
Yes, there's just Products and Orders involved. The products are related to the order by Order.ID. Products are added to the order by clicking a button in the order NewForm.asp and EdtForm.asp forms.
Hence the problem in the new form, as the order won't have been saved yet and won't have an ID to use in the products.