G
|
gdmacdo 9/7/2012 |
You could place something like this in the "After record added" event. I wanted to record in a table (Last_Action) who was last to modify, when, modified and for what studentID : set dal_table=dal.Table("Last_Action") |
H
|
hsan author 9/7/2012 |
Thanks Greg Mac for this input, but I am looking for something a little different. I need to automatically insert multiple records in a child table based on numeric value of a master table field "Qty". If master table field "Qty" is, let say, "3", a total of 3 new records should be automatically created in the child table. Furthermore, the newly created records should update "LineItem" field to "1 of 3", "2 of 3" and "3 of 3" respectively. |