JustABeginner
New member
- Local time
- Today, 15:52
- Joined
- Mar 22, 2018
- Messages
- 3
Hi,
I know that in Excel it is east to return in Approximate Match using Vlookup, but I am struggling to replicate that in Access.
I wish to summarise two tables that show the contract month, and the contract price (which changes quarterly):
The first table is called TblContractMth
ID (Primary Key) MonthStart
1 01/01/18
2 01/02/18
3 01/03/18
4 01/04/18
5 01/05/18
The second table is called TblContractCost
Effective From Date Price
01/01/18 £4.50
01/04/18 £5.25
I need a query (or table) that displays the applicable Price next to the applicable 'MonthStart'.
I've looked at DMax, DLookup, Iif but cannot crack it. All help gratefully received.
Andy
I know that in Excel it is east to return in Approximate Match using Vlookup, but I am struggling to replicate that in Access.
I wish to summarise two tables that show the contract month, and the contract price (which changes quarterly):
The first table is called TblContractMth
ID (Primary Key) MonthStart
1 01/01/18
2 01/02/18
3 01/03/18
4 01/04/18
5 01/05/18
The second table is called TblContractCost
Effective From Date Price
01/01/18 £4.50
01/04/18 £5.25
I need a query (or table) that displays the applicable Price next to the applicable 'MonthStart'.
I've looked at DMax, DLookup, Iif but cannot crack it. All help gratefully received.
Andy