Hello,
I have a problem which I've mentioned before here but have yet to solve.....
3 fields in a query - A, B and C
A is a column of previous expenditure in euros
B is a column of current expenditure in euros
C is is a column of A+B
C, it seems, will only add A and B if there are amounts in their rows. If a row in A has 10€, and the same row in B has 5€ then the row in C has 15€, but if A has 10€ and B is empty, C stays empty instead of showing 10€.
I managed to get around this by using (as suggested to me in this forum) the Nz function so that A and B are never empty (by having a "0" if this is the case). The problem with this function is that it removes the euro format that I need for the report I produce on this query.
I then thought that maybe I could just change the format to euros within the report and leave the query alone but the report will not let me select a format for these columns and so I'm back to where I started. Either C does not work properly or I cannot have euros in the format (which I need).
I hope someone can help without getting too technical as I'm no computer expert.
Thanks
I have a problem which I've mentioned before here but have yet to solve.....
3 fields in a query - A, B and C
A is a column of previous expenditure in euros
B is a column of current expenditure in euros
C is is a column of A+B
C, it seems, will only add A and B if there are amounts in their rows. If a row in A has 10€, and the same row in B has 5€ then the row in C has 15€, but if A has 10€ and B is empty, C stays empty instead of showing 10€.
I managed to get around this by using (as suggested to me in this forum) the Nz function so that A and B are never empty (by having a "0" if this is the case). The problem with this function is that it removes the euro format that I need for the report I produce on this query.
I then thought that maybe I could just change the format to euros within the report and leave the query alone but the report will not let me select a format for these columns and so I'm back to where I started. Either C does not work properly or I cannot have euros in the format (which I need).
I hope someone can help without getting too technical as I'm no computer expert.
Thanks