G
Guest
I have a table with the following structure.
SupplierID
SupplyPtId
ProductID
EffDate
EffTime
Price
I need to be able to enter a date and time as parameters and then have the
query return the price in effect as of that date and time for all
combinations of supplier, supply point and product. I have tried a few
different group by queries can't seem to find the right combination that
works.
SupplierID
SupplyPtId
ProductID
EffDate
EffTime
Price
I need to be able to enter a date and time as parameters and then have the
query return the price in effect as of that date and time for all
combinations of supplier, supply point and product. I have tried a few
different group by queries can't seem to find the right combination that
works.