Hi,
I was given form as a "guideline" to use for some development. The form has three controls in its Details section: combobox, textbox, command button. The are displayed in a "row" on the form:
COMB TXT CMD
When a value is selected in the combobox, a new row of the same three controls is added underneath. This repeats as many times as you select a value in the newest combobox (the one in the bottom row). So you can easily end up with something that looks like:
COMB TXT CMD
COMB TXT CMD
COMB TXT CMD
COMB TXT CMD
.
.
.
The Details section only has the three controls. I have checked the code and there are not Macros or Events with any code. There must be a property set so that new "rows" of the three controls will be added automatically when appropriate. I've poked around the Properties of the controls and the Details section, but haven't found out how this works.
Anyone know how this is is happening?
Thanks,
Scott
I was given form as a "guideline" to use for some development. The form has three controls in its Details section: combobox, textbox, command button. The are displayed in a "row" on the form:
COMB TXT CMD
When a value is selected in the combobox, a new row of the same three controls is added underneath. This repeats as many times as you select a value in the newest combobox (the one in the bottom row). So you can easily end up with something that looks like:
COMB TXT CMD
COMB TXT CMD
COMB TXT CMD
COMB TXT CMD
.
.
.
The Details section only has the three controls. I have checked the code and there are not Macros or Events with any code. There must be a property set so that new "rows" of the three controls will be added automatically when appropriate. I've poked around the Properties of the controls and the Details section, but haven't found out how this works.
Anyone know how this is is happening?
Thanks,
Scott