Hi All! I have a complex question - I'll do my best to make it clear.
I have a table of invoices, stored by date. The invoices contain item numbers, and item costs. I need a query to look at tblInventory for the last date an Inventory was entered - then go to tblInvoice and find all Invoices between today, and the last date an Inventory was entered.
With these invoices, I need the Item Number on my form found (txtItemNumber), and the price averaged. So I end up with an average price for my Item from all Invoices between today and the last Inventory.
I'm not even sure if this is possible - too complex? Please help! And let me know if I need to explain further.
Thank you!
Jennifer
I have a table of invoices, stored by date. The invoices contain item numbers, and item costs. I need a query to look at tblInventory for the last date an Inventory was entered - then go to tblInvoice and find all Invoices between today, and the last date an Inventory was entered.
With these invoices, I need the Item Number on my form found (txtItemNumber), and the price averaged. So I end up with an average price for my Item from all Invoices between today and the last Inventory.
I'm not even sure if this is possible - too complex? Please help! And let me know if I need to explain further.
Thank you!
Jennifer