Hello all,
I have a continuous form with a textbox called CONFIRMED_SUM
The textbox is bound to the field ATTENDEE_CONFIRMED
In the footer of the form I have a textbox with the control source set as :
Sum([attendee_confirmed])
This gives a total for the form with is fine.
The problem arises when there are no records in the form. If there are no records I would like the calculated text box to state 0
I think I need to use NZ in someway - but can't figure out how.
Any help much appreciated.
Regards
Mark
I have a continuous form with a textbox called CONFIRMED_SUM
The textbox is bound to the field ATTENDEE_CONFIRMED
In the footer of the form I have a textbox with the control source set as :
Sum([attendee_confirmed])
This gives a total for the form with is fine.
The problem arises when there are no records in the form. If there are no records I would like the calculated text box to state 0
I think I need to use NZ in someway - but can't figure out how.
Any help much appreciated.
Regards
Mark