C
cmraguilar
So i've got the whole cascading combo box process down to a T, but now I
would like to get a little more sophisticated with it. I have a form with 2
combo box's on it: cboParentName and cboChildName. The combos are set up
where they receive parameters from other forms or can be selected by using
the drop down menu. That process works.
The trick would be when cboChildName receives the parameter from the a
different form, it would "auto select" cboParentName with the correct name.
Thus limiting cboChildName to the proper list.
cboParentName already has the code:
cboParentName_On Change
cboChildName.requery
so I think the rest would only be to do the reverse cascading to the "first"
combo box(cboParentName)
If this is to confusing, let me know and i'll try to clear it up.
Thanks.
would like to get a little more sophisticated with it. I have a form with 2
combo box's on it: cboParentName and cboChildName. The combos are set up
where they receive parameters from other forms or can be selected by using
the drop down menu. That process works.
The trick would be when cboChildName receives the parameter from the a
different form, it would "auto select" cboParentName with the correct name.
Thus limiting cboChildName to the proper list.
cboParentName already has the code:
cboParentName_On Change
cboChildName.requery
so I think the rest would only be to do the reverse cascading to the "first"
combo box(cboParentName)
If this is to confusing, let me know and i'll try to clear it up.
Thanks.