I want to populate an unbound combobox depending on text in a text box.
subform:
1 combobox
cboNumber
4 queries:
qryOne
qryTwo
qryThree
qryFour
1 Text box that could have the text "One", "Two", "Three" or "Four". This info is set on the main form. If the text box says "One", how can I populate the cboNumber with qryOne or if it says "Two, I want the cboNumber to populate using qryTwo?
Is this possible?
DT
subform:
1 combobox
cboNumber
4 queries:
qryOne
qryTwo
qryThree
qryFour
1 Text box that could have the text "One", "Two", "Three" or "Four". This info is set on the main form. If the text box says "One", how can I populate the cboNumber with qryOne or if it says "Two, I want the cboNumber to populate using qryTwo?
Is this possible?
DT