In the form I'm working on, I have 2 combo boxes (they could be list boxes too, I don't believe this part matters).
The first is a list of project descriptions, "projects". You select a "project" and it requeries the 2nd box to pick the appropriate project number, "projectSR", for the "project" you have picked.
Ok, we're dandy so far.
The problem is, I want the "projectSR" box to populate the underlying table without having to click on the box itself. Yet, the form will not "register" (sorry don't know the proper access term for this function) the data in the table unless I click on the "projectSR" box. This is very annoying.... grr!!!
I'm sure there's some simple, bonehead thing I'm missing. Please demonstrate my folly to me.
Thanks in advance!
The first is a list of project descriptions, "projects". You select a "project" and it requeries the 2nd box to pick the appropriate project number, "projectSR", for the "project" you have picked.
Ok, we're dandy so far.
The problem is, I want the "projectSR" box to populate the underlying table without having to click on the box itself. Yet, the form will not "register" (sorry don't know the proper access term for this function) the data in the table unless I click on the "projectSR" box. This is very annoying.... grr!!!
I'm sure there's some simple, bonehead thing I'm missing. Please demonstrate my folly to me.
Thanks in advance!