G
GReg
I have 3 tables:
orders
---------------
order_id
date
notes
price
sets
---------
set_id
order_id
item_id
items
---------
item_id
item_name
The idea is to have many orders with many items, with items selectable
from combo box. Orders table should be dynamic, and filled from form. I
can't make the middle table work. The problem is that neither order_id
nor item_id is being saved there.
I tried few examples and tutorials and nothing works.
What can it be?
GReg
orders
---------------
order_id
date
notes
price
sets
---------
set_id
order_id
item_id
items
---------
item_id
item_name
The idea is to have many orders with many items, with items selectable
from combo box. Orders table should be dynamic, and filled from form. I
can't make the middle table work. The problem is that neither order_id
nor item_id is being saved there.
I tried few examples and tutorials and nothing works.
What can it be?
GReg