Greetings all: I have this calculation in a query:
Addl_Hours: nz([pals_hours])+nz([cpr_hours])+nz([btls_hours])+nz([acls_hours])
I’m trying to accumulate addl_hours, however, the results show that the four fields are being concatenated instead of being added. I vaguely recall somewhere that the + sign is used as a concatenation operator, however, I want it to be an addition operator. Any and all help is appreciated. TIA.