G Guest Jan 29, 2007 #1 Is it possible to add on to this formula to state that if no value to enter 0? =DSum("[CrGiBgChecked]","[1 deskiewicz]")
Is it possible to add on to this formula to state that if no value to enter 0? =DSum("[CrGiBgChecked]","[1 deskiewicz]")
M Marshall Barton Jan 30, 2007 #2 Michelle said: Is it possible to add on to this formula to state that if no value to enter 0? =DSum("[CrGiBgChecked]","[1 deskiewicz]") Click to expand... =Nz(DSum("[CrGiBgChecked]","[1 deskiewicz]"), 0)
Michelle said: Is it possible to add on to this formula to state that if no value to enter 0? =DSum("[CrGiBgChecked]","[1 deskiewicz]") Click to expand... =Nz(DSum("[CrGiBgChecked]","[1 deskiewicz]"), 0)