Forum Discussion

shubox56's avatar
shubox56
Copper Contributor
Mar 26, 2024
Solved

Access Calculated Field - Query

I'm trying to sum 2 fields in a query (each row), the query runs but doesn't display the calculated value.

 

Query fields to sum:

CR_Interest_BAL

CR_Interest_BAL2

 

Tried this:

Expr1: [CR_Interest_BAL]+[CR_Interest_BAL2]

Expr1: Sum([CR_Interest_BAL]+[CR_Interest_BAL2])

 

Neither produced a result.  What am I doing wrong?

 

2 Replies

Resources