Hello,
I've created two tables. Both of them contain Date-fields.
The first table is the GENERAL table, where I store data (NOT TIME!).
The SECOND table is used only to input Date.
So, I want to create a query that will filter the data from GENERAL, according to the Date that I've typed in the SECOND table, using a SQL code (something similar to SELECT FROM).
I want exactly a SQL code, because the situation is more difficult than I describe it. It's just to explain it simplier for understanding.