Hello all my friend, i already have a form which the value of time is total for this expression =CCur([Masa1])+CCur([Masa2])+CCur([Masa3])+CCur([Masa4])+CCur([Masa5])+CCur([Masa6])+CCur([Masa7])+CCur([Masa8])
the problem is, i must put time value for each every box to get the total value..if not, the answer not appear...how to make the total value also appear if we just fill not full data .... i try to change the coding something like this
=CCur([Masa1+0])+CCur([Masa2+0])+CCur([Masa3+0])+CCur([Masa4+0])+CCur([Masa5+0])+CCur([Masa6+0])+CCur([Masa7+0])+CCur([Masa8+0])
or this
=CCur([Masa1*0])+CCur([Masa2*0])+CCur([Masa3*0])+CCur([Masa4*0])+CCur([Masa5*0])+CCur([Masa6*0])+CCur([Masa7*0])+CCur([Masa8*0])
but the total value is going like this #Name?
i already put =0 as a default value for every Masa textbox , it is working, but if can i want make sure textbox Masa not fill any default number.. any idea?
the problem is, i must put time value for each every box to get the total value..if not, the answer not appear...how to make the total value also appear if we just fill not full data .... i try to change the coding something like this
=CCur([Masa1+0])+CCur([Masa2+0])+CCur([Masa3+0])+CCur([Masa4+0])+CCur([Masa5+0])+CCur([Masa6+0])+CCur([Masa7+0])+CCur([Masa8+0])
or this
=CCur([Masa1*0])+CCur([Masa2*0])+CCur([Masa3*0])+CCur([Masa4*0])+CCur([Masa5*0])+CCur([Masa6*0])+CCur([Masa7*0])+CCur([Masa8*0])
but the total value is going like this #Name?
i already put =0 as a default value for every Masa textbox , it is working, but if can i want make sure textbox Masa not fill any default number.. any idea?