Hi There
In my database I have a list of agents.
Further to that, they do 2 actions of monatery value, whic we we use to measure them.
I get a list of their names and that value from 2 flat files which I import into my tables.
I have managed to query the data seperately.
However, I want to add both values onto one report.
I have managed to query this correctly, but only for the days where both tables have values.
The other way I have tried only ended up using the previous days value in the missing days.
So, I need to find out how to I query the tables so that it shows a zero when that value for an agent is not there.
Regards