mdemarte
Computer Wizard
- Local time
- Today, 04:25
- Joined
- May 8, 2001
- Messages
- 138
Thanks to this forum, I have learned what cascading combo boxes are and how to set them up. I have at least three databases with them. I checked all 79 posts for cascading combo boxes, to no avail. Now, here is the problem that I am having:
After I pick data for the first combo box, it should tab to the next field on the form to the right. Instead, it skips over several fields. If I just tab through the form (no change to the first combo box), it tabs to the next field as it should.
On the After Update event, I have Me.Requery. I tried to follow that with SetFocus to the correct field, but no dice. I tried SendKeys "{Home}{Tab}" (since it is the second field) and that did not work either.
I just checked another database and it does this unexpected activity as well.
I am using Access 2000.
Quick note: there seems to be a problem downloading from Candace Tripps site. I will try to e-mail her.
After I pick data for the first combo box, it should tab to the next field on the form to the right. Instead, it skips over several fields. If I just tab through the form (no change to the first combo box), it tabs to the next field as it should.
On the After Update event, I have Me.Requery. I tried to follow that with SetFocus to the correct field, but no dice. I tried SendKeys "{Home}{Tab}" (since it is the second field) and that did not work either.
I just checked another database and it does this unexpected activity as well.
I am using Access 2000.
Quick note: there seems to be a problem downloading from Candace Tripps site. I will try to e-mail her.