I will tell you guys what I am trying to accomplish, and if it is possible i can elaborate with some specifics.
I am creating a form that will be used to enter service line items in a one to many relationship. The form is fed by a table named [dataEntryOutput] which contains order number information, and a subform which is fed by a table named [dataEntryServiceItems]. These two table are linked together by a field [piOrderNumber]. I want to set the number of line items needed on the form, and have the corresponding number of records created in the table named [dataEntryServiceItems].
is there some simple vba code that i could use as an AfterUpdate event to run after the number of service items is filled out on the form?
I am creating a form that will be used to enter service line items in a one to many relationship. The form is fed by a table named [dataEntryOutput] which contains order number information, and a subform which is fed by a table named [dataEntryServiceItems]. These two table are linked together by a field [piOrderNumber]. I want to set the number of line items needed on the form, and have the corresponding number of records created in the table named [dataEntryServiceItems].
is there some simple vba code that i could use as an AfterUpdate event to run after the number of service items is filled out on the form?