B
Bob
Hello All,
I'd like to have ComboBox 1 drive what is displayed in ComboBox 2.
I can use forms and even subForms & Reports, and use stored procs for
everything
using the .InputParameters property
The combo box has no such property.
I need something like:
Me.cbo_SelectResourceType.RowSource = "Eq_ResourceTypes @rtid = " &
Me.cbo_SelectResourceGroup.Column(0)
but this fails saying that it can not find "Eq_ResourceTypes @rtid = 12" (or
some variation).
I simply want to use a stored proc as the rowsource for a combo box and have
the stored proc use an input param.
Any help would be much appreciated.
Thanks in advance,
bob.
I'd like to have ComboBox 1 drive what is displayed in ComboBox 2.
I can use forms and even subForms & Reports, and use stored procs for
everything
using the .InputParameters property
The combo box has no such property.
I need something like:
Me.cbo_SelectResourceType.RowSource = "Eq_ResourceTypes @rtid = " &
Me.cbo_SelectResourceGroup.Column(0)
but this fails saying that it can not find "Eq_ResourceTypes @rtid = 12" (or
some variation).
I simply want to use a stored proc as the rowsource for a combo box and have
the stored proc use an input param.
Any help would be much appreciated.
Thanks in advance,
bob.