I'm working on a project for school but I'm not great at technical jargon yet, soI figured I'd upload two pics to start out with so that everything is clear
I've tried a Dlookup to get this to work but it won't automatically tie the two columns together. SOOO, here we go....
The first pic is of my products table I constructed. It's pretty self explanatory (ID, Item Name, Product Cat., etc.):
the second is of the orders table. You'll notice the Item name column is (for the most part) blank. I'm trying to get that to automatically fill in based off the ID# and Item Name from the Products table WHEN the Orders.Item ID# matches both Products.ID and Products.Item Name;
Also, I'm trying to get Orders.Price to automatically fill in as well based off Orders.Qty multiplied by Products.Price.
Any help you guys can give would be really appreciated. I'm using this randomly generated data to try and create some tableau reports for my class but I can't get it to work the way I want it to.
Thanks again!!