D
Dave B
I'm having no success following the instructions you gave to Connie's post
on Mar 26 regarding the two combo boxes where one is a filter for the other.
You refered to them as cboCategory and cboItem.
I have created a form with two combo boxes similary named and they get their
data from fields - Category & Item, created in "Table1".
Query - Under the Item field I created the criteria line "
=[Forms]![Form1]![cbocategory]"
I have done the code in the "after_update" event of the cbocategory box.
Private Sub cboCategory_Afterupdate()
Me!cboItem.Requery
End Sub
When I return to the form - all - of the selections remain in the Item
combobox after I have made a selection in the category box.
Hopefully I've provided enough detail for you to suggest what I'm doing
wrong.
Thank you
Dave
on Mar 26 regarding the two combo boxes where one is a filter for the other.
You refered to them as cboCategory and cboItem.
I have created a form with two combo boxes similary named and they get their
data from fields - Category & Item, created in "Table1".
Query - Under the Item field I created the criteria line "
=[Forms]![Form1]![cbocategory]"
I have done the code in the "after_update" event of the cbocategory box.
Private Sub cboCategory_Afterupdate()
Me!cboItem.Requery
End Sub
When I return to the form - all - of the selections remain in the Item
combobox after I have made a selection in the category box.
Hopefully I've provided enough detail for you to suggest what I'm doing
wrong.
Thank you
Dave