Joining two Dsum

  • Thread starter יריב החביב
  • Start date
×

יריב החביב

Hello,

I have a query with two Dsum functions and i want to join them (x+y)

in the same query.

I get the result of just one of them , way ?

thank you
 
S

Stefan Hoffmann

hi,

יריב החביב said:
I have a query with two Dsum functions and i want to join them (x+y)
in the same query.
SumXandY: DSum() + DSum()
I get the result of just one of them , way ?
Not sure, without seeing your queries SQL statment.
Is one of your DSum() returning 0 or Null?


mfG
--> stefan <--
 
Top