A
alexcn
Hi Everyone,
I have a continuous subform that has three combo box controls of which
two need to have dynamic rowsources based on the value of the third
combo. I have adopted the stance of having parameter driven SP to
feed both combo controls, and have tried setting the value of the
rowsource property in code as part of the Form Open AND Form Load
events.
While this works correctly, each combo has the same rowsource whereas
I need records combobox pair to be independant based on the value of
the third control in the respective current record. Is there a way to
pass the value of the criteria combobox to the SP for the remaining
two for each record in a continuous form?
Many thanks!
I have a continuous subform that has three combo box controls of which
two need to have dynamic rowsources based on the value of the third
combo. I have adopted the stance of having parameter driven SP to
feed both combo controls, and have tried setting the value of the
rowsource property in code as part of the Form Open AND Form Load
events.
While this works correctly, each combo has the same rowsource whereas
I need records combobox pair to be independant based on the value of
the third control in the respective current record. Is there a way to
pass the value of the criteria combobox to the SP for the remaining
two for each record in a continuous form?
Many thanks!