I'm an idiot, first off, so forgive my stupidity. I want to do an INNER JOIN query, here's the thing...
Table1:
ItemGroup, Item1, Item2, Item3
Table2:
Item, ItemPrice
For each Item in an Item Group (Item1, Item2...) in Table1 I would like to have the price from Table2.
What's a good way to do an INNER JOIN on this? Can I do it? I'm trying it now... any ideas would be okey-day..
Table1:
ItemGroup, Item1, Item2, Item3
Table2:
Item, ItemPrice
For each Item in an Item Group (Item1, Item2...) in Table1 I would like to have the price from Table2.
What's a good way to do an INNER JOIN on this? Can I do it? I'm trying it now... any ideas would be okey-day..