J
Jon
I've been learning the ADP way for the past few months...in many ways it's
pretty cool and works well. Here's one thing I've found that doesn't make
sense though...there appears to be no way to base a combobox's row source on
SQL (statement or sproc) and have it dynamically parameterized. I can set
the property to "EXEC my_sproc 1" and pass static parameters, but the only
way I can find to change this at run time is to use VBA to rewrite the
rowsource property. Now forms based on SQL data sources have the input
parameters property that are used for this situation but the individual
combo and list box controls don't. any one else noticed this? What gives? If
it's true then this seems like a rather large oversite on MS's part.
Jon
pretty cool and works well. Here's one thing I've found that doesn't make
sense though...there appears to be no way to base a combobox's row source on
SQL (statement or sproc) and have it dynamically parameterized. I can set
the property to "EXEC my_sproc 1" and pass static parameters, but the only
way I can find to change this at run time is to use VBA to rewrite the
rowsource property. Now forms based on SQL data sources have the input
parameters property that are used for this situation but the individual
combo and list box controls don't. any one else noticed this? What gives? If
it's true then this seems like a rather large oversite on MS's part.
Jon