Hi, I am having major brain fade. This is a one to many relationship. I have an order that contains many items. Each item is a one off unique item.
I have a table that has order data,
orderid
totalcost
date
item (show me all items in this order)
I have a table that has Items
itemid
itemname
orderid (which orderid this item is on)
Can anyone help?