Hi,
I have a table in access 2007 which contains 3 columns - Model number, date, quantity(numeric field).
There is another list of model numbers and the sum of quantity for each of these model numbers has to be calculated between 2 given dates.
The problem is if the model number does not appear in the table, my query returns blank.
I tried ISNULL(SUM(Quantity)) , SUM(Quantity) IS NULL and SUM(NZ(Quantity)) but nothing is working. I keep getting blank as answer.
I need to complete this project on an urgent basis. Please help.