Hi, this may sound really silly but I can't work out what to do!
I have two tables, one called "Sales" and the other called "Food".
The Food table records a Food ID, Food Name, Price and category.
The Sales table records a sales ID, the location and a customer loyalty id.
I want to link the tables so that I can show the food items sold in a specific sale, so one sale might have been a piece of cake and a coffee.
Any help on how I can do this??
Thanks!