I have a form called invoice and a subform called inv_subfrm.
The subform contains several records. The fields are:
name, duration, rate, total.
Duration and rate are number fields. Total supplied from formula when a command button (cmd_calc) is clicked. The button is on the footer of the subform. When i click it it only changes the current record in the subform. I want it to run the command for all the records. Is there some type of loop or another way of doing this.
cdw
The subform contains several records. The fields are:
name, duration, rate, total.
Duration and rate are number fields. Total supplied from formula when a command button (cmd_calc) is clicked. The button is on the footer of the subform. When i click it it only changes the current record in the subform. I want it to run the command for all the records. Is there some type of loop or another way of doing this.
cdw