Hello all,
I have a few queries that I am able to export to excel. However, with one of them, When I export the query it just gives me the header row and no data. In Datasheet view the data is displayed.
Query Looks Like this:
SELECT DISTINCTROW SHA.*
FROM SoftwareListing AS SHA, SoftwareDetails AS SHD
WHERE
(SHA.ProductNumber Not in (select ProductNumber from SoftwareDetails)) AND
(SHA.ProductNumber Not in (select ProductNumber from SoftwareExceptions));
Thanks!
I have a few queries that I am able to export to excel. However, with one of them, When I export the query it just gives me the header row and no data. In Datasheet view the data is displayed.
Query Looks Like this:
SELECT DISTINCTROW SHA.*
FROM SoftwareListing AS SHA, SoftwareDetails AS SHD
WHERE
(SHA.ProductNumber Not in (select ProductNumber from SoftwareDetails)) AND
(SHA.ProductNumber Not in (select ProductNumber from SoftwareExceptions));
Thanks!