I have a “For each …” that I need to add controls for as follows:
Issue 1:
For each item that matches the criteria, I need to add two labels that match two variables that would have been set. I know (generically) how to set the caption once they are there, but am not sure how to have VBA create the labels.
Issue 2:
For each item that matches the criteria, I need to add a couple of combo boxes. The values in the combo boxes will be the same for each item.
To sum, for each item that matches the criteria I need to create the following row of controls on my form:
Label1 Label2 Combo1 Combo2
(Obviously each label and combo box would have to have diffferent names for each row).
Thanks for your help!!
Troy