J
jb
In Acess 2003, I need to select the first record from a subform to copy the
data in it to another subform with a VBA module (called from a macro outside
both forms and subforms), and then select the next record and do the same,
until the last record. The form/subForm that receives the data is blank and
its a new record.
I think that the Do and Do While procedure is the correct but I can't seem
to write the code to select the second record, the third and so on and copy
each row data to the other subform. I think also I need a counter to assist
in how many times to do the procedure. Can you help me? Thanks!
data in it to another subform with a VBA module (called from a macro outside
both forms and subforms), and then select the next record and do the same,
until the last record. The form/subForm that receives the data is blank and
its a new record.
I think that the Do and Do While procedure is the correct but I can't seem
to write the code to select the second record, the third and so on and copy
each row data to the other subform. I think also I need a counter to assist
in how many times to do the procedure. Can you help me? Thanks!