I run a MakeTable Query on some data to COunt the number of records and Sum the Value of $$$ in a Currency field.
The results produce a Number for the Count, but the SUM of the Balances is returned as text. To get the SUM I use the expression
SumBal: DSum("[Balance]","[XAM_data]")
Anyone know why it won't return the SumBal in Currency format?

The results produce a Number for the Count, but the SUM of the Balances is returned as text. To get the SUM I use the expression
SumBal: DSum("[Balance]","[XAM_data]")
Anyone know why it won't return the SumBal in Currency format?
