F
fathi_abuayyash via AccessMonster.com
Hello,
I have command button in the master form, i would like to write code to copy
the data from field1 to field2 in the subform, consider that i have many
records in the sub form.
i wrote this code
[Form]![TBL_Invoice Details subform2]![Approved Amount] = [Form]![TBL_Invoice
Details subform2]![Billed Amount]
but this will execute only for the first line, how i can make it loop for the
rest and copy the data from field1 to field2 in the sub form?
any help?
I have command button in the master form, i would like to write code to copy
the data from field1 to field2 in the subform, consider that i have many
records in the sub form.
i wrote this code
[Form]![TBL_Invoice Details subform2]![Approved Amount] = [Form]![TBL_Invoice
Details subform2]![Billed Amount]
but this will execute only for the first line, how i can make it loop for the
rest and copy the data from field1 to field2 in the sub form?
any help?