Hello, I have 3 simple selection queries that return records with a currency amount. I need to combine the currency amounts into one text box on a form.
If I use text box contol source
=DSum ((DSum[queX],[currency amount])+(DSum[queY],[currency amount)+([queZ],[currency amount]))
to combine them, if ever one of the three queries does not return a record I get a null value for the currency. As a result the other two queries with a currency value are ignored and my text box is blank. As long as I get records in each all is fine.
Is there a better way to combine these three queries to avoid the null value.
THANK YOU SO MUCH!
If I use text box contol source
=DSum ((DSum[queX],[currency amount])+(DSum[queY],[currency amount)+([queZ],[currency amount]))
to combine them, if ever one of the three queries does not return a record I get a null value for the currency. As a result the other two queries with a currency value are ignored and my text box is blank. As long as I get records in each all is fine.
Is there a better way to combine these three queries to avoid the null value.
THANK YOU SO MUCH!