I'm trying to fix an old database that has a few broken bits and pieces.
I have a form set up that has, on the main form (frmDayworkEntry) a combo box (cboContract) that the user selects the applicable contract from.
Then, the subform below (sfrmDaywaorkDetailsEntry) has a combobox (txtResourceID) that the user can then choose the applicable resource used (shows 4 columns and fills out the rest of the table automatically). There seems to be a glitch however. Once you fill out the cboContract and go to click on the txtResourceID combo box, it comes up empty. To get it to fill with the appropriate info you have to click around on the page for a bit. And then it works fine. I'm thinking it has something to do with the lack of an After Update Requery, but I'm not entirely sure how to go about coding this.
Any help would be greatly appreciated.
TIA
Leah
I have a form set up that has, on the main form (frmDayworkEntry) a combo box (cboContract) that the user selects the applicable contract from.
Then, the subform below (sfrmDaywaorkDetailsEntry) has a combobox (txtResourceID) that the user can then choose the applicable resource used (shows 4 columns and fills out the rest of the table automatically). There seems to be a glitch however. Once you fill out the cboContract and go to click on the txtResourceID combo box, it comes up empty. To get it to fill with the appropriate info you have to click around on the page for a bit. And then it works fine. I'm thinking it has something to do with the lack of an After Update Requery, but I'm not entirely sure how to go about coding this.
Any help would be greatly appreciated.
TIA
Leah