Hi,
can you advise how I can get this to show even if one of the results are blank,
SELECT qryinsideSLA.[# inside of SLA], qryOutsideSLA.[# outside of SLA]
FROM qryOutsideSLA, qryinsideSLA;
qryoutsideSLA is 0 today and queryinsideSLA is 19, when ran it shows both as blank, how do I get around this.
thanks
Hope this is of use, Rob.
can you advise how I can get this to show even if one of the results are blank,
SELECT qryinsideSLA.[# inside of SLA], qryOutsideSLA.[# outside of SLA]
FROM qryOutsideSLA, qryinsideSLA;
qryoutsideSLA is 0 today and queryinsideSLA is 19, when ran it shows both as blank, how do I get around this.
thanks
Hope this is of use, Rob.