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...