I have a main form for data entry with about 5 textboxes and then there is a button to make the subform visible. Now the subform has about 10 textboxes that need input. And usually there are anywhere from 1 to 6 records that need to go on the subform. For most of the records entered on the subform, most of the textboxes will need the data entered in the first record and only one or two fields will differ. Is there a faster way than to input all ten fields for each record when they are alike? I was using a single form view on the subform, but maybe I should change to continuous? And somehow carry info from rec 1 to rec 2
Kind of like this on the subform:
1 2 3 4 5 6 7 8 9 10
1 2 3 4 5 n 7 8 9 10
1 2 3 m 5 6 7 8 9 10
Is there a way for each record to get the 1 thru 10
and then I can just change the ones that need changed?
Thanks.
Kind of like this on the subform:
1 2 3 4 5 6 7 8 9 10
1 2 3 4 5 n 7 8 9 10
1 2 3 m 5 6 7 8 9 10
Is there a way for each record to get the 1 thru 10
and then I can just change the ones that need changed?
Thanks.