I’m trying to simplify my inventory lookups each week and wondering if anyone has suggestions. My database has one table for each month that lists my orders from distributors. Each week I receive a list that may include items from 5 or more different tables of inventory we’ll be receiving (items we ordered in May, June, July, etc.). How would I create a report that allowed me to filter data from multiple tables into a single view of items I’m receiving this week?
All I can think to do is add “date received” fields to each monthly table and type in the date manually to create a record to filter the data by. But each item has a unique item code that I receive via a CSV file so if there’s a way to do a query with that info, it would be remarkably easier. But I’m at my database knowledge limits and I don’t know where to start. Any help would be greatly appreciated!
