B
Bula
Hello:
I have a main form with a continuous sub form. Suppose the main form
is bound to the Orders table and the sub forms is bound to the Order
Details table. In the main form's oncurrent event, I use the
following code to make the subform synchronous to the main form
Me.subform.form.filter = "OrderDetails.orderID = me.orderID"
me.subform.form.filteron = true
There are about 10 rows in the subform. I want to allow users to edit
values on any row and append rows on the sub form, and then click the
save button to save all the changes to the subform's underlying table
in batch, or click cancel to roll back all the changes.
Please tell me how Can I realize it?
Thank you very much!
Bula
I have a main form with a continuous sub form. Suppose the main form
is bound to the Orders table and the sub forms is bound to the Order
Details table. In the main form's oncurrent event, I use the
following code to make the subform synchronous to the main form
Me.subform.form.filter = "OrderDetails.orderID = me.orderID"
me.subform.form.filteron = true
There are about 10 rows in the subform. I want to allow users to edit
values on any row and append rows on the sub form, and then click the
save button to save all the changes to the subform's underlying table
in batch, or click cancel to roll back all the changes.
Please tell me how Can I realize it?
Thank you very much!
Bula