Hi. I have four separate tables of product groups, i.e. Food Products, Non-Food Products, Meat, Produce. Each of these tables have a primary key that is a unique ID#. For instance, within the Food Products table this would be FP01, FP02, etc. In Meat would be M01, M02, etc. Each of these tables and products has a OurPrice field and a OurCost field.
We are using Quickbooks POS software, which exports our end-of-day report to an Excel file. This Excel file contains the ID# of each product (which matches our Access database) and the price of the product which matches the OurPrice field of our Access database tables. It does not contain the cost of the product, as the POS software is not capable of inputing this.
So, we import the end-of-day report to a new Access database table. What I need to know is how to use the Lookup function in this table to lookup the cost of each of the listed products from our other tables.
I've created a relationship between each of our tables with the ID#. Also, each of the tables has the ID# as the primary key.
I don't know where to go from here as each lookup only looks up from one table, not from multiple (do I need to do separate queries on each table???)...
Anyone have suggestions? Thanks for your time!