I have a form with a subform. The subform is a continuous form. The number of records displayed in the subform always varies.
I am attempting to build a button in the main form that when selected would add info into a selected field of each record in the subform. This is a sales/inventory program and the button would mark each item order by the same company as either sold or shipped.
At present, my button will only add the info into the field of the first record of the continuous form but not the others.
Any help with this would be greatly appreciated
I am attempting to build a button in the main form that when selected would add info into a selected field of each record in the subform. This is a sales/inventory program and the button would mark each item order by the same company as either sold or shipped.
At present, my button will only add the info into the field of the first record of the continuous form but not the others.
Any help with this would be greatly appreciated