Hello,
Would like assistance to run a query in Access for the table below, where the ID is a text format.
The query I would like to run is as follows: For date range between 04/15/2020 and 04/20/200 and 05/1/2020 and 05/2/2020, return values for ID's that are present in both date ranges. In the above example the table would return as below
Thanks in advance.
Would like assistance to run a query in Access for the table below, where the ID is a text format.
Date | ID | Value |
4/15/2020 | ABA | 2.00 |
4/15/2020 | NHB | 1.00 |
4/19/2020 | BBB | 0.222 |
4/20/2020 | RRRf | 1.55 |
5/1/2020 | NNN | 9.55 |
5/2/2020 | JUY | 2.22 |
5/2/2020 | YYY | 2.22 |
5/2/2020 | mm | 4.55 |
5/2/2020 | ABA | 2.05 |
The query I would like to run is as follows: For date range between 04/15/2020 and 04/20/200 and 05/1/2020 and 05/2/2020, return values for ID's that are present in both date ranges. In the above example the table would return as below
Date | ID | Value |
4/15/2020 | ABA | 2.00 |
5/2/2020 | ABA | 2.05 |
Thanks in advance.