D
deeconsult
I want to manage data in one table that has several fields with the same
information. Example: Fields with 1 didgit differences "Qty" and "Qty2"
I've learned how to do sub-forms and I want to do a "loop" through the old
table and copy all the "Qty2" to the "Qty" field of the new table that will
be used for the sub-form.
I want to TELL access to: WHILE InvoiceNo=InvoiceNo
REPLACE QTY with QTY2>0 .AND. REPLACE
DateofService with DateofService2 (etc)
Then I want it to skip to the next record and do the same all over with Qty3.
I hope this makes sense. I just need help I can understand.
Please NOTE...... I'M A SELF TAUGHT NOVICE W/ACCESS
information. Example: Fields with 1 didgit differences "Qty" and "Qty2"
I've learned how to do sub-forms and I want to do a "loop" through the old
table and copy all the "Qty2" to the "Qty" field of the new table that will
be used for the sub-form.
I want to TELL access to: WHILE InvoiceNo=InvoiceNo
REPLACE QTY with QTY2>0 .AND. REPLACE
DateofService with DateofService2 (etc)
Then I want it to skip to the next record and do the same all over with Qty3.
I hope this makes sense. I just need help I can understand.
Please NOTE...... I'M A SELF TAUGHT NOVICE W/ACCESS