G
Guest
I am trying to run a query where it is important to get the result of 0,
instead of Null. Here is a simple example of how my query looks now. Table
is "Master Sales Data" and the field is "Sale DIGI":
SELECT Count([Master Sales Data].[Sale DIGI]) AS [CountOfSale DIGI]
FROM [Master Sales Data];
NOTE: My queries are a bit more complicated and numerous than this one, but
my hope is that if someone can make the change to this formula, I can
comprehend the concept and implement it across the board. (Thanks!)
instead of Null. Here is a simple example of how my query looks now. Table
is "Master Sales Data" and the field is "Sale DIGI":
SELECT Count([Master Sales Data].[Sale DIGI]) AS [CountOfSale DIGI]
FROM [Master Sales Data];
NOTE: My queries are a bit more complicated and numerous than this one, but
my hope is that if someone can make the change to this formula, I can
comprehend the concept and implement it across the board. (Thanks!)