I'm having trouble figuring out the syntax of the dsum while using Nz. Here's what I have so far:
building_sq_ft = DSum("Nz([ArenaSqFt],0) + Nz([ShedSqFt],0) + Nz([MaintSqFt],0)", "FULL_COMM_BREAKDOWN", "MEMBER_ID=" & [current_id])
Can anyone see what's wrong with this line? I'm getting a Run Time Error '6' Overflow......
CementCarver