Hi everybody !
I am new with Access and I hope I can find some help here with my issue.
I have 3 queries :
1. One to select data from the current month
2. One to select data from the current month - 1
3. One to make the difference between these 2 queries/tables
I have to insert the last query in one global query without having to create the 3 queries. The idea will be :
Select data from table where date=Month(Now())
MINUS
Select data from table where date=Month(Now())-1
I don't find the way to do this MINUS. Can you help me please? Is it better to construct subqueries?
Feel free to contact me for clarification.
Thanks a lot
Guillaume
I am new with Access and I hope I can find some help here with my issue.
I have 3 queries :
1. One to select data from the current month
2. One to select data from the current month - 1
3. One to make the difference between these 2 queries/tables
I have to insert the last query in one global query without having to create the 3 queries. The idea will be :
Select data from table where date=Month(Now())
MINUS
Select data from table where date=Month(Now())-1
I don't find the way to do this MINUS. Can you help me please? Is it better to construct subqueries?
Feel free to contact me for clarification.
Thanks a lot
Guillaume
Last edited: