I have two tables, one that contains an item key, an effective date, and a price and a second table that contains an item key and a transaction date. I would like to create a query that would join the tables to show
item key
transaction date
price (where the effective date is less than the transaction date, but excluding earlier effective dates)
Any ideas on how to construct that query? Thanks
item key
transaction date
price (where the effective date is less than the transaction date, but excluding earlier effective dates)
Any ideas on how to construct that query? Thanks