Hello, am having a table called TRANSACTIONS, this table contains 3 fields : TRANSACTION DATE, DRAMOUNT and CRAMOUNT.
I create a Query that ask for a starting transaction date and then shows the totals for the DRAMOUNT and CRAMOUNT for the previous transactions dates.
If i have transactions before the starting date everything is ok but if i don't, i get no results in my query while i want to get zero values.
can someone please help
I create a Query that ask for a starting transaction date and then shows the totals for the DRAMOUNT and CRAMOUNT for the previous transactions dates.
If i have transactions before the starting date everything is ok but if i don't, i get no results in my query while i want to get zero values.
can someone please help
Comment