dayna
Registered User.
- Local time
- Today, 14:27
- Joined
- Nov 10, 2007
- Messages
- 39
I'm working on a form with two unbound, cascading combo boxes that work perfectly well when the form is first opened. However, if the first combo box is changed, the items in the second combo box are not refreshed unless I close and reopen the form.
As per the generous advice found in this forum, I have tried to requery my second combo box by using Me.[Combo2].Requery as an After Update event on Combo1. No luck.
I have looked high and low throughout this forum and others for a solution, but the only similar threads I've found have either gone unanswered, or were resolved with the After Update requery.
Any ideas on what the problem might be? Thanks!
As per the generous advice found in this forum, I have tried to requery my second combo box by using Me.[Combo2].Requery as an After Update event on Combo1. No luck.
I have looked high and low throughout this forum and others for a solution, but the only similar threads I've found have either gone unanswered, or were resolved with the After Update requery.
Any ideas on what the problem might be? Thanks!