Hi guys,
I'm currently making a report that has three tables in the database design. The first table contains a date (for a whole year), a name, a number, ...
The other two tables contain other values then name, number, ... In one of these tables you have all the dates from the beginning of the year up to today. In the second you find all dates from tomorrow till the end of the year.
So i want to show all dates of this year, and if the date is less or equal than today, show fields from the first table, else show fields from the second table.
So I linked the main table to the other two tables with left joins. But when I run the report, nothing is showed.
Can somebody help me solve this problem?
Many thanks in advance.
FatEric
I'm currently making a report that has three tables in the database design. The first table contains a date (for a whole year), a name, a number, ...
The other two tables contain other values then name, number, ... In one of these tables you have all the dates from the beginning of the year up to today. In the second you find all dates from tomorrow till the end of the year.
So i want to show all dates of this year, and if the date is less or equal than today, show fields from the first table, else show fields from the second table.
So I linked the main table to the other two tables with left joins. But when I run the report, nothing is showed.
Can somebody help me solve this problem?
Many thanks in advance.
FatEric