Morning to all!
So I have these 2 tables:
Table1
ID
ContractID (Primary)
Value
FinishDate
Table2
ID(Primary)
ContractID (allow duplicate)
AditionalID
Value
FinishDate
The Query should only show the data form the 2 tables if it's in the date range searched.
In the attachment i have a test database and a jpg showing what i what to achieve more clearly. Thanks for the help.
So I have these 2 tables:
Table1
ID
ContractID (Primary)
Value
FinishDate
Table2
ID(Primary)
ContractID (allow duplicate)
AditionalID
Value
FinishDate
The Query should only show the data form the 2 tables if it's in the date range searched.
In the attachment i have a test database and a jpg showing what i what to achieve more clearly. Thanks for the help.