Hi champs!
I tried to find the best way of doing it but no luck so far. Could anyone help?
I have 2 tables and I need to (automatically) get into one of the tables a very specific value (Quarter) from another table based on a Date Range. Here it is:
Table 1:
ContractID Client ContractDate Quarter 1 Client A 23-Mar-18 ? 2 Client B 07-Jun-18 ? 3 Client C 16-Aug-18 ?
Contract Number (auto number)
Contract End Date
Quarter (automatically from table "Quarter Matrix based on the Contract End Date Field)
Table 2:
Quarter Start Date End Date Q1 01-Jan-18 30-Mar-18 Q2 31-Mar-18 29-Jun-18 Q3 30-Jun-18 28-Sep-18 Q4 29-Sep-18 28-Dec-18
Essentially, I need (either on the actual table 1 or on a query) MS Access to auto populate the Field "Quarter" using the "Contract End Date" from table 1 as reference to lookup from table 2.
Tried in so many ways (IIF, Dlookup, etc) but I cannot get it right.
I have attached the MS file simple sample just in case someone may want to see what that looks like.
any help?