P
Paul James
I have a subform field (named InvoiceSuffix) in which I'd like to insert a
repetitive series of values for each matching record in the main form. That
is, for each corresponding record in the main form, I'd like each field in
the subform field InvoiceSuffix to take on the following values:
00 for the first record
01 for the second record
02 for the third record
03 for the fourth record
up to a maximum of 08, because I'll never have more records than that in
the subform.
Since it's predictable and repetitive, I'd like to have these values created
automatically so the user doesn't have to enter these values. Is there a
way to accomplish this?
Thanks in advance,
Paul
repetitive series of values for each matching record in the main form. That
is, for each corresponding record in the main form, I'd like each field in
the subform field InvoiceSuffix to take on the following values:
00 for the first record
01 for the second record
02 for the third record
03 for the fourth record
up to a maximum of 08, because I'll never have more records than that in
the subform.
Since it's predictable and repetitive, I'd like to have these values created
automatically so the user doesn't have to enter these values. Is there a
way to accomplish this?
Thanks in advance,
Paul