Alansidman
AWF VIP
- Local time
- Today, 07:22
- Joined
- Jul 31, 2008
- Messages
- 1,493
I have three combo boxes on a form. The result of selecting the first two should dictate the available results in the third one. It works fine the first time you open the form. But when you clear the form and attempt a second selection, it holds the values from the first selection in the third combo box. I have tried a requery and a refresh on the third combo box in the afterupdate event. That did not work. The only solution that seems to work right now is to close the form and re-open it. While that gets the right answer, it is not the solution to the problem. File is attached. What am I missing to make it work?