I need to change the values of a Combo Box in multiple records, in multiple subforms, based on a selection in a Combo Box on the main form.
I have been trying with a combination of "Do Until IsEmpty and Loop" and "IF, Then, Else", but not successful.
I can make "Do Until IsEmpty and Loop"...